Subdomain-Finder-Tool is a powerful and efficient script that helps you discover subdomains for a target domain using multiple sources. It leverages subfinder, assetfinder, and amass to provide comprehensive subdomain enumeration.
🔹 Fast & Efficient – Uses multiple tools in parallel for quick results.
🔹 Easy to Use – Just run the script and get your results.
🔹 Highly Reliable – Combines results from trusted sources to ensure accuracy.
./subdomain_finder.sh <domain>
Example:
./subdomain_finder.sh example.com
✅ Uses subfinder, assetfinder, and amass to find subdomains.
✅ Merges results from all sources into a single file.
✅ Saves the output in all_subdomains.txt
.
✅ Lightweight and fast execution.
✅ Perfect for security researchers & bug bounty hunters.
sudo apt-get install golang
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
go install -v github.com/tomnomnom/assetfinder@latest
go install -v github.com/OWASP/Amass/v3/...@latest
chmod +x subdomain_finder.sh
🛑 This tool is for educational and ethical purposes only. The author is not responsible for any misuse or illegal activities related to this tool. Always obtain proper authorization before running any security tests.
Got an idea for improvement? Found a bug? Feel free to open an issue or submit a pull request! Let's build something awesome together! 🚀