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

Termux Cheat Sheet for Hackers

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

1 month 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…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.