
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

لا تتردد في المساهمة إذا كنت ترغب في تحسين هذه الأداة.