Files
Sec-Interview/Chapter1/1-31.md
T
2026-03-11 10:31:47 +08:00

23 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 如果目标站点开启了 WAF 或对高频扫描进行了封禁,你会怎么获取敏感路径
**高级搜索引擎语法**
- 使用Google或Bing的高级语法搜索目标域名下的遗留路径
- 例如:`site:target.com intitle:"index of"`(查看目录列表)
**网络空间搜索引擎**
- 利用 Fofa、Shodan、ZoomEye 等平台。它们会定期扫描全网并存储历史数据。通过这些平台,我们有时能直接看到目标服务器上曾经开放的端口、目录结构,甚至是一些已经被删除但依然存在于缓存中的敏感文件
**JS 爬取**
- 手动或使用工具(如`Web-Recon`)深度爬取目标网站的 JavaScript 文件
- 现代前端框架(如React、Vue)会将 API 接口、后台路径、隐藏参数硬编码在 JS 文件中
**GitHub 搜索**
- 搜索目标公司员工的代码提交记录。有时候员工会将包含敏感路径的配置文件错误地提交到公开仓库
**分析历史DNS记录**
- 通过SecurityTrails等平台查询历史DNS解析记录。很多时候,开发者会使用`dev.target.com``test.target.com``jenkins.target.com`作为内部测试子域名