Simple script tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com
- Upgrade to python3
- Add
dig.py
script to make advanced enumeration.
# Default mode: it will return the default output ~ 4K subdomain
python3 crtfinder.py -u dell.com | tee -a subdomains.txt
# Advanced mode: it will return ~ 14k subdomain
python3 dig.py subdomains.txt
pip install -r requirments.txt
python crtfinder.py -u domain.com