🔫 DNS Zone Transfer vulnerability scanner (AXFR) with multi-threading, bulk input, verbose mode & HTML reporting.
ZoneSniper is a blazing-fast, fully automated scanner that detects misconfigured DNS servers allowing AXFR (zone transfer). Ideal for bug bounty hunters, penetration testers, and red teamers, it handles large input lists with multi-threaded precision and exports clean vulnerability reports in HTML.
- 🎯 Scans for AXFR (zone transfer) vulnerabilities
- 📂 Bulk input support using
--list - ⚡ Multi-threaded scanning with
--threads - 🤫 Silent/Verbose mode with
--verbose - 📄 HTML Report generation
# Installation
git clone https://github.com/nkbeast/ZoneSniper.git
cd Zonesnipher
pip install dnspython
# Scan a single domain
python3 zonesniper.py -d zonetransfer.me
# Bulk domain scan from file
python3 zonesniper.py -l domains.txt
# Use verbose mode to see full results
python3 zonesniper.py -l domains.txt --verbose
# Set custom thread count (default is 10)
python3 zonesniper.py - domains.txt --threads 30

