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

Search Subdomain using Gospider #11

Closed KingOfBugbounty closed 4 years ago

KingOfBugbounty commented 4 years ago

@OFJAAAH @b51b5b43

gospider -d 0 -s "https://site.com" -c 5 -t 100 -d 5 --blacklist jpg,jpeg,gif,css,tif,tiff,png,ttf,woff,woff2,ico,pdf,svg,txt | grep -Eo '(http|https)://[^/"]+' | anew

KingOfBugbounty commented 4 years ago

Error.