The power of a Bug Hunters
A bug bounty program is a deal offered by many websites and software developers by which individuals can receive recognition and compensation for reporting bugs, especially those pertaining to exploits and vulnerabilities.
- https://github.com/aboul3la/Sublist3r
- https://github.com/EdOverflow/can-i-take-over-xyz
- http://www.visualsitemapper.com/
- https://www.wappalyzer.com/download
- https://bitbucket.org/LaNMaSteR53/recon-ng
- https://github.com/michenriksen/aquatone
- https://github.com/rbsec/dnscan
Google Dorks
- site:target.com -www
- site:target.com intitle:”test” -support
- site:target.com ext:php | ext:html
- site:subdomain.target.com
- site:target.com inurl:auth
- site:target.com inurl:dev
Fuzzing
Directory bruteforce
Finding hidden GET & POST parameters
This python script is really cool and tries to extract URLs endpoints stored in JS scripts. It works well and has helped me many times!