Skip to content

🌟 DNSMAP Elite v1.0 πŸŒπŸ”: Enhanced dnsmap 0.36 wrapper w/ interactive UI 🎨. Maps subdomains 🌍, supports wordlists πŸ“, results πŸ“‚, delay βš™οΈ, IPs to ignore 🚫. Logs activity πŸ“‹, saves reports πŸ–¨οΈβ€”perfect for security pros! πŸš€ Easy setup, vibrant design! ✨

License

Notifications You must be signed in to change notification settings

Mayank-Chaubey/Adva_DnsMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


DNSMAP Elite πŸŒπŸ”

Version: 1.0
Inspired by: dnsmap 0.36

DNSMAP Elite is an enhanced Bash wrapper around dnsmap, offering a deep, interactive UI for DNS network mapping. Perfect for security enthusiasts, it simplifies subdomain enumeration with style and flexibility! πŸš€


Overview πŸ“œ

This script transforms the classic dnsmap 0.36 into a user-friendly tool with a colorful terminal interface. It supports all original options (-w, -r, -c, -d, -i) and guides you through every configuration step, making DNS reconnaissance a breeze! 🎨


Features ✨

  • 🌍 DNS Network Mapping: Enumerate subdomains with dnsmap.
  • πŸ”Ž Interactive UI: Step-by-step configuration for all options.
  • πŸ“ Flexible Options: Set wordlists -w, results (-r, -c), delay -d, and IPs to ignore -i.
  • πŸ“‚ Report Saving: Stores results in ~/dnsmap_reports/.
  • ⚠️ Error Handling: Validates inputs and dependencies.
  • πŸ“‹ Logging: Tracks activity in /var/log/dnsmap_elite/.
  • 🎨 Colorful Design: Eye-catching terminal output.

Installation πŸ› οΈ

Prerequisites

  • 🐧 Linux (e.g., Ubuntu/Debian)
  • πŸ”‘ Root privileges (recommended)
  • 🌐 dnsmap installed

Setup

  1. Clone the repo:
    git clone https://github.com/Mayank-Chaubey/Adva_DnsMap.git
    cd dnsmap-elite
  2. Install dnsmap:
    sudo apt update
    sudo apt install dnsmap
  3. Make executable:
    chmod +x dnsmap.sh

Usage πŸš€

Run the script:

sudo ./dnsmap.sh

Workflow

  1. πŸ–₯️ Launch and see the banner.
  2. πŸ“ Enter a target domain (e.g., example.com).
  3. βš™οΈ Configure options (wordlist, results, delay, IPs to ignore).
  4. βœ… Confirm and watch it map subdomains!
  5. πŸ“‚ Check results in ~/dnsmap_reports/.

Example

To run dnsmap example.com -w wordlist.txt -r results.txt:

  • Input example.com.
  • Select "Custom" wordlist: wordlist.txt.
  • Choose "Custom" regular results: results.txt.
  • Skip other options or customize further.

Contributing 🀝

Fork, tweak, and submit PRs! Issues and feature ideas are welcome. Let’s enhance this tool together! 🌟


License πŸ“œ

MIT License - see LICENSE for details.


Notes πŸ“Œ

  • ⚠️ Use responsibly on authorized targets only.
  • πŸ“š Default wordlist assumes /usr/share/wordlists/dnsmap.txt (adjust as needed).

Happy mapping! πŸ”βœ¨


About

🌟 DNSMAP Elite v1.0 πŸŒπŸ”: Enhanced dnsmap 0.36 wrapper w/ interactive UI 🎨. Maps subdomains 🌍, supports wordlists πŸ“, results πŸ“‚, delay βš™οΈ, IPs to ignore 🚫. Logs activity πŸ“‹, saves reports πŸ–¨οΈβ€”perfect for security pros! πŸš€ Easy setup, vibrant design! ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages