dwisiswant0 / awesome-oneliner-bugbounty

A collection of awesome one-liner scripts especially for bug bounty tips.
MIT License
2.63k stars 571 forks source link

Search Asn Amass #9

Closed KingOfBugbounty closed 4 years ago

KingOfBugbounty commented 4 years ago

@OFJAAAH @b51b5b43

amass intel -org paypal -max-dns-queries 2500 | awk -F, '{print $1}' ORS=',' | sed 's/,$//' | xargs -P3 -I@ -d ',' amass intel -asn @ -max-dns-queries 2500

KingOfBugbounty commented 4 years ago

Error.