Oralyzer: Open Redirection Analyzer
Oralyzer
Oralyzer, a simple python script that is capable of finding the open redirection vulnerability in a website. It does that by fuzzing the url i.e. provided as the input.
Feature
Oralyzer can identify the following types of Open Redirect Vulnerabilities:
- Header Based
- Javascript Based
- Meta Tag-Based
- Test multiple parameters in one run
- CRLF Injection Detection
Also, Oralyzer uses its own wayback machine module to fetch URLs from web.archive.org, it then separates the URLs that have specific parameters in them, parameters that are more likely to be vulnerable.
Install
Requirement
- Python 3.7
Download
$ git clone https://github.com/r0075h3ll/Oralyzer.git
$ pip3 install -r requirements.txt
Use
Copyright (C) 2021 r0075h3ll
Source: https://github.com/r0075h3ll/