Created
September 17, 2018 13:47
-
-
Save csabapalfi/2bbaab28379c9f90a9cad28c49f4980b to your computer and use it in GitHub Desktop.
Revisions
-
csabapalfi created this gist
Sep 17, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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