Advanced Open Redirect Bypass Engine
Built for real-world bug bounty hunting.
- ✅ OAuth Redirect Testing
- ✅ Dynamic Payload Generation
- ✅ Target-Aware Payloads
- ✅ Mixed Bypass Payloads
- ✅ Smart External Redirect Validation
- ✅ False Positive Reduction
- ✅ Custom Headers Support
- ✅ Cookie-Based Session Support
- ✅ GET / POST Support
- ✅ Smart Auth Detection
- ✅ Notify Integration / Discord Alerts
- ✅ Silent Mode Support for Automation
| Mode | Description |
|---|---|
basic |
Fast basic redirect payloads |
custom |
Target-aware bypass payloads |
full |
Full advanced bypass payloads |
git clone https://github.com/algamil7x/redirector.git
cd redirectorsudo apt install python3-requests -ygo install -v github.com/projectdiscovery/notify/cmd/notify@latestpython3 redirector.py \
-u "https://target.com/?next=test" \
-a evil.com \
-m basicpython3 redirector.py \
-u "https://target.com/?next=test" \
-a evil.com \
-m custompython3 redirector.py \
-u "https://target.com/?next=test" \
-a evil.com \
-m fullpython3 redirector.py \
-u "https://target.com/login?next=test" \
-a evil.com \
-m custom \
--cookie "session=abc123"python3 redirector.py \
-u "https://target.com/oauth?redirect=test" \
-a evil.com \
--header "Authorization: Bearer TOKEN"python3 redirector.py \
-u "https://target.com/auth" \
-a evil.com \
-X POSTpython3 redirector.py \
-l urls.txt \
-a evil.com \
-m fullpython3 redirector.py \
-l urls.txt \
-a evil.com \
-m full \
-nUseful for integration with automation pipelines and scripts to avoid noisy output logs and banners.
python3 redirector.py \
-l urls.txt \
-a evil.com \
-sRedirector automatically detects authentication-related endpoints:
- login
- signin
- oauth
- session
- connect
- auth
- account
Cookies & headers are only used when needed to reduce noise and improve stealth.
Redirector validates:
- External hostname matching
- Real redirect behavior
- Location header analysis
- Redirect status codes
- Target-aware validation
Only confirmed redirects are reported.
- 🐦 Twitter/X: @algamil7x
- 💻 GitHub: @algamil7x
This tool is intended for authorized security testing and bug bounty programs only.
Use responsibly.