Skip to content

tool designed to scan URLs for open redirect vulnerabilities

License

Notifications You must be signed in to change notification settings

AngixBlack/RedirXploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedirXploit 🚨

Open Redirect Vulnerability Scanner

RedirXploit Logo

RedirXploit is a powerful open redirect vulnerability scanner designed for security researchers and penetration testers. It helps identify open redirect vulnerabilities in web applications efficiently and quickly. ⚡

Disclaimer ⚠️

This tool is intended for ethical use only. Please ensure that you have permission from the website owner or administrator before scanning any web application. Unauthorized scanning of websites could be illegal and unethical. The creator of this tool is not responsible for any misuse or illegal activities conducted using this software.


Features 💡

  • Scan Single or Multiple URLs: Detect open redirect vulnerabilities across individual or bulk URLs. 🌍
  • Multi-threaded Scanning: Perform faster scans with multi-threaded capabilities. 🚀
  • Customizable Payloads: Leverage advanced testing using customizable payloads for precise vulnerability detection. 🔐
  • User-friendly Output: View detailed scan results in an easy-to-read format using the rich library. 🖥️
  • Exportable Results: Save your scan results in a JSON file for further analysis or reporting. 📊

Installation 🔧

Prerequisites

  • Python 3.6 or higher. 🐍

Clone the Repository

To get started, clone the repository and navigate into the project directory:

git clone https://github.com/AngixBlack/RedirXploit.git
cd RedirXploit
chmod +x setup.py
python3 setup.py install 

Usage 📝

  1. Create a file named urls.txt and add the URLs you want to scan (one per line).
  2. Run the following command:
redirx  -f urls.txt -t 30  

License 📄

This tool is open-source and distributed under the MIT License.