
scscanner is tool to read website status code response from the lists.
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.
➜ 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.
Adjust multi-process
bash scscanner.sh -l domain.txt -t 30
Using status code filter
bash scscanner.sh -l domain.txt -f 200
Using status code filter and save to file.
bash scscanner.sh -l domain.txt -f 200 -o result.txt

Feel free to contribute if you want to improve this tools.