Skip to content

Instantly share code, notes, and snippets.

@jhaddix
Created November 21, 2019 05:29
Show Gist options
  • Save jhaddix/e523e6b3ab854596c29804786d8125cc to your computer and use it in GitHub Desktop.
Save jhaddix/e523e6b3ab854596c29804786d8125cc 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
@ipk1
Copy link

ipk1 commented Jun 28, 2020

i think amass deprecated this command "amass.netdomains", i may be wrong

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