
scscanner는 목록에서 웹사이트 상태 코드 응답을 읽는 도구입니다.
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

이 도구를 개선하고 싶다면 자유롭게 기여해주세요.