Skip to content

Instantly share code, notes, and snippets.

@csabapalfi
Created September 17, 2018 13:47
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 csabapalfi/2bbaab28379c9f90a9cad28c49f4980b to your computer and use it in GitHub Desktop.
Save csabapalfi/2bbaab28379c9f90a9cad28c49f4980b to your computer and use it in GitHub Desktop.

Simple workflow for the #OWASP Amass tool suite: https://github.com/OWASP/Amass

  1. Google for the organization's ASN

  2. $ amass.netdomains -asn ASN -p 80,443 > domains.txt

  3. $ amass -v -ip -do data.json -df domains.txt

  4. $ amass.viz -i data.json -d3 graph.html

  5. Open graph.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment