Skip to content

Latest commit

 

History

History
105 lines (105 loc) · 3.94 KB

渗透本质之信息收集-windows篇.md

File metadata and controls

105 lines (105 loc) · 3.94 KB

信息广度收集:

Whois信息

一级域名

子域名

旁站

真实ip

端口+C段

敏感信息

Googlehack语法

  1. 后台地址
  • site:xxx.com intitle:管理|后台|登陆|管理员|系统|内部
  • site:xxx.com inurl:login|admin|system|guanli|denglu|manage|admin_login|auth|dev
  1. 敏感文件
  • site:xxx.com (filetype:doc OR filetype:ppt OR filetype:pps OR filetype:xls OR filetype:docx OR filetype:pptx OR filetype:ppsx OR filetype:xlsx OR filetype:odt OR filetype:ods OR filetype:odg OR filetype:odp OR filetype:pdf OR filetype:wpd OR filetype:svg OR filetype:svgz OR filetype:indd OR filetype:rdp OR filetype:sql OR filetype:xml OR filetype:db OR filetype:mdb OR filetype:sqlite OR filetype:log OR filetype:conf)
  1. 测试环境
  • site:xxx.com inurl:test|ceshi
  • site:xxx.com intitle:测试
  1. 邮箱
  • site:xxx.com (intitle:"Outlook Web App" OR intitle:"邮件" OR inurl:"email" OR inurl:"webmail")
  1. 其他
  • site:xxx.com inurl:api|uid=|id=|userid=|token|session
  • site:xxx.com intitle:index.of "server at"

Github

  • @xxx.com password/secret/credentials/token/config/pass/login/ftp/ssh/pwd
  • @xxx.com security_credentials/connetionstring/JDBC/ssh2_auth_password/send_keys

网盘引擎

空间引擎搜索

历史漏洞

APP

公众号

小程序

信息深度收集:

指纹识别

Title识别

目录扫描

JS接口

  1. config/api
  2. method:"get"
  3. http.get("
  4. method:"post"
  5. http.post("
  6. $.ajax
  7. service.httppost
  8. service.httpget

WAF识别

综合利用工具