Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣 ZoneSniper - DNS AXFR Vulnerability Scanner

zonesniper-banner

🔫 DNS Zone Transfer vulnerability scanner (AXFR) with multi-threading, bulk input, verbose mode & HTML reporting.



🧾 Description

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.


✨ Features

  • 🎯 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 And Usage

# 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

OUTPUT

zonesniper-banner2

About

ZoneSniper is a fast and lightweight tool to find DNS servers vulnerable to zone transfer (AXFR). It supports bulk scanning, threaded execution, and clean HTML reporting — perfect for recon and bug bounty automation.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages