scscanner 是一个从列表中读取网站状态码响应的工具。该工具能够仅过滤特定状态码,并将结果保存到文件中。
➜ scscanner_sh git:(main) ✗ bash scscanner.sh
___ __ ___ __ __ _ _ _ _ _ ___ _ _
(_-</ _(_-</ _/ _` | ' \| ' \/ -_) '_|
/__/\__/__/\__\__,_|_||_|_||_\___|_|
Massive HTTP Status Code Scanner
A Tool that read/checks website's HTTP response code from the lists.
Usage:
scscanner.sh [-l <domain.txt>] [-t {int}] [-o <out.txt>]
scscanner.sh [-h]
Options:
-l File contain lists of domain.
-t Adjust multi process. (Default: 15)
-f Filter status code.
-o Save to file.
-h Print this Help.
调整多进程
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

欢迎贡献,如果你想改进这个工具。