1. Recon
1.1 Collect Subdomains
Change "domain.com" with your domain
~ crt.sh
```$ curl -s https://crt.sh/?q=%25.domain.com\&output=json | jq '.[].name_value' | sort -u | sed 's/"//g' | sed '/^*/d'
### ~ certspotter
```$ curl -s https://certspotter.com/api/v0/certs\?domain\=domain.com | jq '.[].dns_names[]' | sed 's/\"//g' | sed 's/\*\.//g' | sort -u | grep domain.com
~ Virustotal
```https://www.virustotal.com/gui/domain/domain.com/relations
~ Github
```https://github.com/search?q="domain.com"
~ bgp
```https://bgp.he.net/
`findomain -t domain.com
~ Amass
```https://github.com/OWASP/Amass
~ Subfinder
```https://github.com/subfinder/subfinder
```jhaddix all.: https://gist.github.com/jhaddix/86a06c5dc309d08580a018c66354a056