Sponsored
Exploiting Tools

Oralyzer – A Automatic Open Redirection Vulnerability Finder

Hey Folks, in this tutorial we are going to talk about an interesting tool called β€œOralyzer” which will help us to identifying the open redirections vulnerability in the websites. It will automatically find the vulnerability by adding the vulnerable parameter.

Lets take a Look πŸ™‚ !!

Installation

First we need to configured this tool and for this mission we will download from the github page by using the git tool.

git clone https://github.com/0xNanda/Oralyzer.git

After downloading, a directory will be created in the name of this tool in which we will have to go.

cd Oralyzer/

We will give some chmod permission of the this tool.

pip3 install -r requirements.txt

It’s all done ! now we are ready to start this tool by using the python tool.

python3 oralyzer.py

Example

Take an example and try to find out the tool are work fine or not. For this mission we will use XVWA and bWAAP vulnerable web application.
Usage πŸ™‚ python3 oralyzer.py -u < URL >

As you see it has identified the vulnerability of open redirection and has given us several types of payloads, with the help of which we can exploit the vulnerability.

Lets take another example and in this attempt we will give the vulnerable parameter of bWAAP application. Keep in mind you need to change the URL in your case.
Usage πŸ™‚ python3 oralyzer.py -u < URL >

Finally it has again stood up to the challenge and successfully identified the vulnerability. Also it has more features that we can use to enhance our results.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.