存活性探测

获取了大量域名后,我们往往需要判断域名是否存活,域名对应的功能是什么

httpx

https://github.com/projectdiscovery/httpx

  1. httpx -title -tech-detect -content-length -random-agent -status-code -title -timeout 2 -threads 50 -l domain.txt

image-20220220213234006

WebAliveScan

https://github.com/broken5/WebAliveScan

https://github.com/broken5/bscan

对目标域名进行快速的存活扫描、简单的指纹识别、目录扫描,一图胜千言
image-20220102175321264

Finger

https://github.com/EASY233/Finger

一款红队在大量的资产中存活探测与重点攻击系统指纹探测工具

  1. python3 Finger.py -h

存活性探测 - 图3