Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
أدوات/GitHubGitHub/filipi86/httpdoom
الاستطلاعتحليل الثغرات الأمنيةجمع المعلوماتأمن الويب
GitHubfilipi86/httpdoom

httpdoom

محلل سريع ومتعدد الخيوط لسطح الهجوم HTTP يقوم بالتقاط لقطات شاشة، وفحص الاستجابات، وحل أسماء النطاقات عبر قوائم مضيفين كبيرة للاستطلاع السريع.

عرض المستودع
234منذ 5 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
httpdoom — محلل سريع ومتعدد الخيوط لسطح الهجوم HTTP يقوم بالتقاط لقطات شاشة، وفحص الاستجابات، وحل أسماء النطاقات عبر قوائم مضيفين كبيرة للاستطلاع السريع. | Kitploit

HttpDoom - محلل سطح الهجوم HTTP

تحقق من أسطح الهجوم الكبيرة القائمة على HTTP بطريقة سريعة جدًا وموثوقة. مستوحى من Aquatone.

WTFPL License GitHub code size in bytes

التثبيت

يجب أن يكون لديك dotnet SDK إصدار 6+:

root@kitploit:~
$ dotnet pack -c Release -o nupkg
$ dotnet tool install --global --add-source .\nupkg\ httpdoom.console

إلغاء التثبيت:

root@kitploit:~
$ dotnet tool uninstall -g httpdoom.console

كيف يعمل هذا؟

الوصف (--help) لواجهة سطر الأوامر هو كل ما تحتاج معرفته:

root@kitploit:~
HttpDoom.Console
  Minimalist (and VERY fast) HTTP-based attack surface analysis tool

Usage:
  HttpDoom.Console [options]

Options:
  -H, --headers <headers>                               Headers to be used in every request
  -p, --ports <ports>                                   Default ports for testing (default is 80, 443).
  -w, --wordlist <wordlist> (REQUIRED)                  Path to the wordlist with targets to flyover against
  -o, --output <output>                                 Directory to save all the enumerated information
  -sR, --screenshot-resolution <screenshot-resolution>  If -S, the resolution of the screenshot (default is 1920x1080)
  -a, --allow-automatic-redirect                        If HttpDoom will follow HTTP redirects (default is true)
  -S, --screenshot                                      If HttpDoom will take screenshots from the website (default is false)
  -v, --verbose                                         If HttpDoom will print errors, only useful for debugging (default is false)
  -s, --show-details                                    If HttpDoom will print with details in stdout all the information got (default is false)
  -i, --ignore-tls                                      If HttpDoom will ignore invalid TLS for HTTPS requests (default is true)
  -r, --resolve                                         Resolve the domain enumerating the nameservers (default is false)
  -aL, --max-allowed-redirect <max-allowed-redirect>    Set the limit of automatic redirects if -a is true (default is 4)
  -T, --timeout <timeout>                               Set the timeout for HTTP responses (default is 4000)
  -t, --threads <threads>                               Set how many threads will HttpDoom utilize in runtime (default is 4)
  --version                                             Show version information
  -?, -h, --help                                        Show help and usage information

التراخيص

HttpDoom أيقونات المشروع من تصميم Freepik من Flaticon. كود المصدر مرخص تحت WTFPL.

تنزيل الأداة