A simple, interactive CLI tool to enumerate and resolve subdomains with DNS resolution check and pretty output.
- π Subdomain enumeration from
crt.sh
- π Optional DNS resolution to check if subdomains resolve to valid IP addresses
- π¨ Beautiful CLI UI powered by
rich
: progress bar, table, colored output - π‘οΈ Graceful error handling for API and DNS failures
git clone https://github.com/justhalooo/subdomain-finder-cli.git
cd subdomain-finder-cli
pip install -r requirements.txt
python main.py
Example session:
Subdomain Finder CLI
Input domain finder: example.com
Check DNS resolution? (y/n): y
[+] Found 20 subdomains.
[+] 15 active subdomains resolved.
- Python 3.x
- requests
- rich
MIT License β feel free to use, modify, and share.
PRs welcome! If you want to add additional APIs, export to file, or more features, feel free to fork and submit a pull request.
Made with β€οΈ by justhalooo