Skip to content

🌟 Elite DNS Recon Suite v3.1 πŸŒπŸ”: Advanced DNS enum 🌍, subdomain bruteforce πŸ”Ž, threat intel ⚠️, dark web πŸŒ‘, AI analysis πŸ€–, reporting πŸ“Š, config βš™οΈβ€”for security pros! πŸš€ Built w/ Bash, colorful UI 🎨, robust tools! πŸ’ͺ Happy recon! ✨

License

Notifications You must be signed in to change notification settings

Mayank-Chaubey/Advance_dnsenum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Elite DNS Reconnaissance Suite πŸŒπŸ”

Version: 3.1
Author: Mayank Chaubey

Welcome to the Elite DNS Reconnaissance Suite! This powerful Bash script is your all-in-one tool for advanced DNS enumeration, subdomain discovery, threat intelligence, and more. Designed for security researchers and penetration testers, it leverages a suite of open-source tools to uncover hidden details about domains and IPs. πŸš€


Overview πŸ“œ

The Elite DNS Reconnaissance Suite is a feature-rich script that automates DNS reconnaissance tasks with a sleek, terminal-based UI. Whether you're bruteforcing subdomains, testing zone transfers, or monitoring the dark web, this tool has you covered. It’s built with modularity, robust error handling, and colorful output to make your recon adventures both effective and enjoyable! 🎨


Features ✨

  • 🌍 Advanced DNS Enumeration: Dig deep into DNS records with dnsenum.
  • πŸ”Ž Subdomain Bruteforcing: Discover subdomains using massdns and altdns with multiple techniques.
  • πŸ•΅οΈβ€β™‚οΈ Search Engine Recon: Harvest data from search engines with theHarvester.
  • πŸ“‹ WHOIS & Network Analysis: Retrieve domain/IP ownership details.
  • πŸ”„ Reverse DNS Lookup: Map IPs back to domains using dig.
  • πŸ“‘ DNS Zone Transfer Testing: Check for misconfigured servers with dnsrecon.
  • ⚠️ Threat Intelligence Lookup: Query AbuseIPDB (or fallback to WHOIS) for IP reputation.
  • πŸŒ‘ Dark Web Monitoring: Search the dark web via Tor (experimental).
  • πŸ€– AI-Assisted Analysis: Basic pattern matching on reports (expandable to real AI).
  • πŸ“Š Reporting & Visualization: Summarize findings with simple stats.
  • βš™οΈ Configuration: Customize DNS servers and thread counts.

Installation πŸ› οΈ

Prerequisites

  • 🐧 Linux system (Ubuntu/Debian recommended)
  • πŸ”‘ Root privileges (some features require sudo)
  • 🌐 Internet connection (for threat intel and dark web features)

Dependencies

Install the required tools with:

sudo apt update
sudo apt install dnsenum dnsutils whois parallel subfinder amass massdns dnsrecon sublist3r knockpy theharvester curl tor

For altdns:

git clone https://github.com/infosec-au/altdns.git
cd altdns
pip install -r requirements.txt

Setup

  1. Clone or download this repository:
    git clone https://github.com/Mayank-Chaubey/Advance_dnsenum.git
    cd elite-dns-recon
  2. Make the script executable:
    chmod +x dnsenum_6v.sh

Usage πŸš€

Run the script with:

sudo ./dnsenum_6v.sh

Workflow

  1. πŸ–₯️ Launch the script to see the main menu.
  2. πŸ”’ Select an option (1-12) to start a recon module.
  3. πŸ“ Follow the prompts to input targets (domains/IPs) and options.
  4. πŸ“‚ Results are saved in ~/elite_dns_reports/.

Example

To enumerate DNS records for example.com:

  • Select 1) Advanced DNS Enumeration
  • Enter example.com
  • Choose DNS server (e.g., Cloudflare: 1)
  • Set threads and output format
  • Watch the magic happen! ✨

Configuration βš™οΈ

Edit settings via the Configuration menu (option 11):

  • 🌐 Update DNS servers (default: 1.1.1.1,8.8.8.8,9.9.9.9)
  • 🧡 Adjust thread count (max: your CPU cores)

For Threat Intelligence:

  • Add an AbuseIPDB API key to /etc/elite_dns_recon/api_keys.conf:
    echo "ABUSEIPDB_API_KEY=your_key_here" | sudo tee -a /etc/elite_dns_recon/api_keys.conf

Screenshots πŸ“Έ

Main Menu
Main Menu

Subdomain Bruteforcing in Action
Subdomain Bruteforcing


Contributing 🀝

Feel free to fork, tweak, and submit pull requests! Issues and feature requests are welcome too. Let’s make this tool even better together! 🌟


License πŸ“œ

This project is licensed under the MIT License - see the LICENSE file for details.


Notes πŸ“Œ

  • ⚠️ Use responsibly and only on targets you have permission to test.
  • πŸŒ‘ Dark Web Monitoring requires Tor and may not always return results due to network variability.
  • πŸ€– AI Analysis is basic; contributions to integrate real ML models are appreciated!

Happy reconning! πŸ”βœ¨


About

🌟 Elite DNS Recon Suite v3.1 πŸŒπŸ”: Advanced DNS enum 🌍, subdomain bruteforce πŸ”Ž, threat intel ⚠️, dark web πŸŒ‘, AI analysis πŸ€–, reporting πŸ“Š, config βš™οΈβ€”for security pros! πŸš€ Built w/ Bash, colorful UI 🎨, robust tools! πŸ’ͺ Happy recon! ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages