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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Apache-Hunter — ApacheHunter는 Apache Answer 서버에서 CVE-2024-22393을 탐지합니다. Wappalyzer와 유사하지만 CLI 기반입니다. 헤더, 페이지 콘텐츠, 메타 태그 및 경로를 스캔하여 Apache 버전과 취약한 설치(≤1.2.1)를 식별합니다. 출력 파일 없음—실시간 결과만 제공합니다. | Kitploit
도구/GitHubGitHub/rk-000/apache-hunter
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubrk-000/apache-hunter

Apache-Hunter

ApacheHunter는 Apache Answer 서버에서 CVE-2024-22393을 탐지합니다. Wappalyzer와 유사하지만 CLI 기반입니다. 헤더, 페이지 콘텐츠, 메타 태그 및 경로를 스캔하여 Apache 버전과 취약한 설치(≤1.2.1)를 식별합니다. 출력 파일 없음—실시간 결과만 제공합니다.

저장소 보기
15개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

ApacheHunter - 고급 Apache 서버 스캐너

Rownok Ahmed Khan 개발
GitHub: https://github.com/Rk-000

ApacheHunter는 Apache 서버를 탐지하고, 버전을 식별하며, Apache Answer 설치에서 CVE-2024-22393 (Pixel Flood 취약점)을 확인하도록 설계된 강력한 스캐너입니다.

기능

  • ✅ Apache 서버 탐지 및 버전 추출
  • ✅ CVE-2024-22393 취약점 확인
  • ✅ 다양한 탐지 방법 (헤더, 페이지 분석, 경로 프로빙)
  • ✅ 세 가지 스캔 속도 (느림, 보통, 빠름)
  • ✅ 프록시 지원
  • ✅ 여러 출력 형식 (TXT, JSON, CSV)
  • ✅ 멀티스레딩 지원
  • ✅ 색상화된 터미널 출력
  • ✅ 신뢰도 점수

설치

root@kitploit:~
# Clone the repository
git clone https://github.com/Rk-000/ApacheHunter.git
cd ApacheHunter

# Install dependencies
pip install -r requirements.txt

# Make the script executable
chmod +x ApacheHunter.py


기본 스캔
# Scan single URL
python ApacheHunter.py -u example.com

# Scan multiple targets from file
python ApacheHunter.py -f targets.txt

# Scan with output
python ApacheHunter.py -f targets.txt -o scan_results --format json

# Run scan with delay (for accuracy)
python ApacheHunter.py -f targets.txt --delay 2

# Or run fast but accurate
python ApacheHunter.py -f targets.txt --delay 1

고급 옵션
# Specify detection method
python ApacheHunter.py -u example.com --method headers

# Control scan speed
python ApacheHunter.py -f targets.txt --speed slow --delay 1

# Use proxy
python ApacheHunter.py -u example.com --proxy http://127.0.0.1:8080

# Multi-threaded scanning
python ApacheHunter.py -f targets.txt --speed fast --threads 20

# Custom User-Agent
python ApacheHunter.py -u example.com --user-agent "Mozilla/5.0..."


도움말
python ApacheHunter.py -h


TXT 출력
python ApacheHunter.py -f targets.txt -o results --format txt

JSON 출력
python ApacheHunter.py -f targets.txt -o results --format json

CSV 출력
python ApacheHunter.py -f targets.txt -o results --format csv
도구 다운로드