BBSSRF - Bug Bounty SSRF is a powerful tool to check SSRF OOB connection.
The testing field must contain "BBSSRF" and this tool will automatically change it to dynamically generated payloads.
- Generating dynamic payloads ✅
- Testing Single URL ✅
- Testing URLs list ✅
- Testing request file ✅
- STDIN input supported ✅
- Threading requests ✅
- Intercept request using proxy ✅
git clone https://github.com/z3dc0ps/BBSSRF
cd BBSSRF
python bbssrf.py -h
# Single URL
python3 bbssrf.py -b http://collaborator.com -u http://example.com/index.php?url=BBSSRF
# Multiple URLs
python3 bbssrf.py -b http://collaborator.com -f urllist.txt
# Request File
python3 bbssrf.py -b http://collaborator.com -r request.req
# STDIN input
cat urllist.txt | python3 bbssrf.py -b http://collaborator.com -s
# Proxy
python3 bbssrf.py -b http://collaborator.com -r request.req -x http://127.0.0.1:8080
bbssrf.mp4
This tool was inspired by Thomas Houhou's autossrf.py.
All contributions are welcomed.