Github上发现好用小工具
下载链接
状态码扫描工具 -- scscanner
scscanner is tool to read website status code response from the lists.
This tool have ability to filter only spesific status code, and save the result to a file.
简单来说该工具可以从一个URL列表文件中批量读取目标网站的状态码响应信息。还可以过滤出指定的状态码,并将结果存储到一个文件中
bash scscanner.sh -l domain.txt -t 30
bash scscanner.sh -l domain.txt -f 200
bash scscanner.sh -l domain.txt -f 200 -o result.txt