一、whois信息收集
- 站长之家(http://whois.chinaz.com/)
- kali自带whois工具
whois xxxx.com
二、子域名查询
- google搜索引擎
site:xxx.com
- python编写的工具OneForAll (https://github.com/shmilylty/OneForAll)–
python3 oneforall.py --target example.com run
- python编写的工具sublist3r –
python3 sublist3r.py -d xxxcom
三、服务器网站信息
- 火狐浏览器插件wappalyzer
- kali自带whatweb工具
whatweb http://xxx.xxx.com
- 云悉http://www.yunsee.cn/
四、IP地址信息
- kali直接ping
- 站长之家多地区ping(http://ping.chinaz.com/)存在CDN时
五、端口
- Nmap扫描
- Masscan扫描
六、敏感目录
- python编写wwwscan工具
python wwwsacn.py host
- lijiejie编写的BBScan工具
python BBScan.py --host www.a.com www.b.com
七、旁站,C段
- 站长之家http://s.tool.chinaz.com/same
- http://www.webscan.cc/
- GoogleHack
site:111.111.111.*
- shodan、钟馗之眼ZoomEye
- Nmap、Masscan