Simple Python Script to verify if input domain is vulnerable to Open Redirect Vulnerability
The Script utilizes the Location Header response to make sure the existence of open redirect vulnerability, and to avoid any false positives.
-
Git Clone the Repository and make sure the payload file is in same folder as the script
-
Run the command:
python3 openredirect.py <url>