Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r0hack/de8ca2e738b5eb8cb53d983de7363495 to your computer and use it in GitHub Desktop.
Save r0hack/de8ca2e738b5eb8cb53d983de7363495 to your computer and use it in GitHub Desktop.
Multiple Find Subdomain (amass) and check Subdomain takeover (subjack)
1) Find SubDomains: for host in domains;do amass enum -d $host > $host.txt;done
2) Check Subdomain takeover: for host in domains;do subjack -w $host.txt -t 100 -timeout 30 -ssl -c fingerprints.json -v3;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment