由 Rownok Ahmed Khan 开发
GitHub: https://github.com/Rk-000
ApacheHunter 是一款功能强大的扫描器,用于检测 Apache 服务器、识别版本并检查 Apache Answer 安装中的 CVE-2024-22393(像素洪水漏洞)。
# 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
python ApacheHunter.py -f targets.txt -o results --format txt
python ApacheHunter.py -f targets.txt -o results --format json
python ApacheHunter.py -f targets.txt -o results --format csv