Subdomain Scanner is a simple tool to retrieve a list of subdomains for a given domain along with their status codes.
api_key: Your domain registrar API key.api_secret: Your domain registrar API secret.domain: The domain to be enumerated.
- Clone the Repository:
git clone https://github.com/yourusername/subdomain-enumerator.git cd subdomain-enumerator - Run the Script:
python3 subdomain_enumerator.py
- Review Results: The script will print a list of subdomains along with their status codes.
- Replace the values of
YOUR_API_KEY,YOUR_API_SECRET, andexample.comwith your corresponding information.
requests: Python library for making HTTP requests.
This project is licensed under the MIT License - see the LICENSE file for details.