Skip to content

Subtron is a professional-grade subdomain enumeration toolkit designed for security researchers, penetration testers, and bug bounty hunters. It automates the discovery of subdomains by integrating multiple industry-standard tools such as Amass, Subfinder, Assetfinder, Httpx, and crt.sh. The results are consolidated, deduplicated, and organized.

License

Notifications You must be signed in to change notification settings

atulxerma/subtron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Subtron - Advanced Subdomain Enumeration Toolkit

banner status


🔍 About

Subtron is an automated subdomain enumeration script written in Bash, built for bug hunters, penetration testers, and security researchers.

It combines multiple powerful tools:

All results are deduplicated and stored neatly in results/<domain>/.


⚡ Features

  • Runs multiple enumeration tools in parallel
  • Silent mode → only shows status messages, not noisy tool output
  • Saves unique domains & live hosts
  • Colorized output with progress messages
  • Organized results per domain

📦 Installation

Clone the repository and run the setup script:

git clone https://github.com/atulxerma/subtron.git
cd subtron
chmod +x setup.sh
./setup.sh

This installs:

golang

amass

subfinder

assetfinder

httpx jq, curl


🚀 Usage

chmod +x subtron.sh
./subtron.sh example.com

Example Output

[+] Target Domain: example.com
[+] Output Folder: results/example.com
[=] Scan Finished!
[+] Unique domains saved to: results/example.com/domains.txt
[+] Live hosts saved to: results/example.com/live_hosts.txt
Total Domains Found: 342
Live Hosts: 127

📂 Results

After running, you’ll find:

results/
└── example.com/
    ├── amass_passive.txt
    ├── amass_brute.txt
    ├── subfinder.txt
    ├── assetfinder.txt
    ├── crtsh.txt
    ├── domains.txt       # merged + deduplicated subdomains
    └── live_hosts.txt    # live hosts from httpx

⚠️ Disclaimer

This tool is for educational and authorized security testing only. The author is not responsible for misuse or illegal activities.

✨ Author

Created by @atulxerma

About

Subtron is a professional-grade subdomain enumeration toolkit designed for security researchers, penetration testers, and bug bounty hunters. It automates the discovery of subdomains by integrating multiple industry-standard tools such as Amass, Subfinder, Assetfinder, Httpx, and crt.sh. The results are consolidated, deduplicated, and organized.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages