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

このツールを改善したい場合は、気軽にコントリビュートしてください。