Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedirXX

RedirXX 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/Elsfa7-110/RedirXX.git
cd RedirXX
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:
redirxx  -f urls.txt -t 30


-u --url "Single URL to scan"
-f --file "File containing URLs to scan"
-t --threads "Number of threads for file scanning (default: 10)
-o --output "Output file to save results in JSON format"
-p --payloads "File containing custom payloads"
-h --help "Show this help menu"

License 📄

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