dwisiswant0 / awesome-oneliner-bugbounty

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

Using chaos search js #10

Closed KingOfBugbounty closed 4 years ago

KingOfBugbounty commented 4 years ago

@OFJAAAH

chaos -d http://att.com | httpx -silent | xargs -I@ -P20 sh -c 'gospider -a -s "@" -d 2' | grep -Eo "(http|https)://[^/\"].*.js+" | sed "s#] - #\n#g" | anew | grep "http://att.com"

KingOfBugbounty commented 4 years ago

Error.