Skip to content

TargetPackage/Bug-Bounty-Tools

 
 

Repository files navigation

Bug-Bounty-Tools

These are all the tools I have programmed to help me with bugbountys

Examples of usage:

Open Redirects

python redir.py -w urls.txt -p payloads -d evil.com -s 0 -o openredirects.txt

Screenshot

Local File inclusion

python lfi.py -u urls.txt -p payloads -t 100 -o lfi.txt

Screenshot

SSRF Links

python find_urls2.py -d domain.com -t 100 -s urls.txt -o links.txt
python find_urls2.py -d domain.com -t 100 -s source.js -o links.txt

CRLF

python crlf-auto.py -f urls.txt

S3 Buckets

python s3bucketer.py -d urls.txt -b buckets.txt -q 1 -o found.txt

Screenshot

Note, automation tools should be the last resort because devlopers would use such tools during there testing.

Enjoy hunters,

If you find something and you enjoy my tools

Donate to me here.

DONATE

IMAGE ALT TEXT HERE

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.2%
  • Shell 28.5%
  • JavaScript 2.3%