This Python script scraps subdomains from c99.nl subdomain finder for a given domain.
It automatically checks scan pages (by date) until it finds results, filtering out irrelevant entries (like whois check, download json, download csv, IP addresses, etc.).
- Rotates User-Agents for requests.
- Goes back in time (previous days) until subdomains are found.
- Filters out unwanted or invalid results.
- Returns unique subdomains for the target domain.
Install dependencies with pip:
pip install requests beautifulsoup4python3 c99.py example.com