Skip to content

Instantly share code, notes, and snippets.

@JeffreyShran
Forked from jhaddix/amass_intel_for_loop
Created February 21, 2020 10:31
Show Gist options
  • Save JeffreyShran/925670413bc03df1b1ed1907a03ff583 to your computer and use it in GitHub Desktop.
Save JeffreyShran/925670413bc03df1b1ed1907a03ff583 to your computer and use it in GitHub Desktop.
Foir loop to run amass intel for easy killing of single thread
for i in $(cat yahoobgp); do echo""; echo "ASN $i";echo ""; amass.netdomains -asn $i;echo ""; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment