
ApacheHunter detecta o CVE-2024-22393 em servidores Apache Answer. Como o Wappalyzer, mas baseado em CLI. Escaneia cabeçalhos, conteúdo da página, meta tags e caminhos para identificar versões do Apache e instalações vulneráveis (≤1.2.1). Nenhum arquivo de saída — apenas resultados em tempo real.
Desenvolvido por Rownok Ahmed Khan
GitHub: https://github.com/Rk-000
ApacheHunter é um scanner poderoso projetado para detectar servidores Apache, identificar versões e verificar a vulnerabilidade CVE-2024-22393 (Pixel Flood) em instalações do Apache Answer.
# 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
Varredura Básica
python ApacheHunter.py -u example.com
python ApacheHunter.py -f targets.txt
python ApacheHunter.py -f targets.txt -o scan_results --format json
python ApacheHunter.py -f targets.txt --delay 2
python ApacheHunter.py -f targets.txt --delay 1
Opções Avançadas
python ApacheHunter.py -u example.com --method headers
python ApacheHunter.py -f targets.txt --speed slow --delay 1
python ApacheHunter.py -u example.com --proxy http://127.0.0.1:8080
python ApacheHunter.py -f targets.txt --speed fast --threads 20
python ApacheHunter.py -u example.com --user-agent "Mozilla/5.0..."
Ajuda python ApacheHunter.py -h
Saída TXT python ApacheHunter.py -f targets.txt -o results --format txt
Saída JSON python ApacheHunter.py -f targets.txt -o results --format json
Saída CSV python ApacheHunter.py -f targets.txt -o results --format csv