Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
httpdoom — 빠르고 멀티스레드 방식의 HTTP 공격 표면 분석기로, 대규모 호스트 목록에서 스크린샷을 찍고 응답을 검사하며 도메인을 해석하여 신속한 정찰을 수행합니다. | Kitploit
도구/GitHubGitHub/filipi86/httpdoom
ReconnaissanceVulnerability AnalysisInformation GatheringWeb Security
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 프로젝트 아이콘은 Flaticon의 Freepik이 제작했습니다. 소스 코드는 WTFPL에 따라 라이선스가 부여됩니다.

도구 다운로드