Skip to content

Instantly share code, notes, and snippets.

@csabapalfi
Created September 17, 2018 13:47
Show Gist options
  • Save csabapalfi/2bbaab28379c9f90a9cad28c49f4980b to your computer and use it in GitHub Desktop.
Save csabapalfi/2bbaab28379c9f90a9cad28c49f4980b to your computer and use it in GitHub Desktop.

Revisions

  1. csabapalfi created this gist Sep 17, 2018.
    11 changes: 11 additions & 0 deletions amass.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    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