Created
November 21, 2019 05:29
-
-
Save jhaddix/e523e6b3ab854596c29804786d8125cc to your computer and use it in GitHub Desktop.
Foir loop to run amass intel for easy killing of single thread
This file contains 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 characters
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
i think amass deprecated this command "amass.netdomains", i may be wrong