Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 866 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 866 Bytes

About Rediopen

Rediopn detect open redirection on main site like https://www.b4walid.com or multiple main site or multiple link with parameter like https://www.b4walid.com/index.php?url=//google.com

ScreenShot

Installation

git clone https://github.com/b4walid/rediopen.git

Examples

python3 rediopen.py -u https://www.google.com -f payloads2.txt
scan main site.
python3 rediopen.py -w domain.txt -f payloads2.txt
scan multiple web site.
python3 rediopen.py -l link.txt -f payloads2.txt
scan multiple link with known parameter .
python3 rediopen.py -w domain.txt --quick
scan multiple domain with few known payloads.
python3 rediopen.py -l link.txt -f payloads2.txt --without
inject the payloads on all parameter of links.