crtfinder
crtfinder copied to clipboard
Fast tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com with standard and advanced search techniques
CrtFinder v1.0
Simple script tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com


Updades:
Version 1.1, what's new?
- Upgrade to python3
- Add
dig.pyscript 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
Installation
pip install -r requirments.txt
Usage
python crtfinder.py -u domain.com