Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
httpdoom — तेज़, मल्टी-थ्रेडेड HTTP आक्रमण सतह विश्लेषक जो बड़े होस्ट सूचियों में तीव्र टोही के लिए स्क्रीनशॉट लेता है, प्रतिक्रियाओं का निरीक्षण करता है, और डोमेन का समाधान करता है। | Kitploit
उपकरण/GitHubGitHub/filipi86/httpdoom
टोहीभेद्यता विश्लेषणजानकारी एकत्र करनावेब सुरक्षा
GitHubfilipi86/httpdoom

httpdoom

तेज़, मल्टी-थ्रेडेड HTTP आक्रमण सतह विश्लेषक जो बड़े होस्ट सूचियों में तीव्र टोही के लिए स्क्रीनशॉट लेता है, प्रतिक्रियाओं का निरीक्षण करता है, और डोमेन का समाधान करता है।

रिपॉजिटरी देखें
2345 साल पहले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

यह कैसे काम करता है?

CLI का विवरण (--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 के तहत लाइसेंस प्राप्त है।

टूल डाउनलोड करें