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. ⚡
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.
- 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. 📊
- Python 3.6 or higher. 🐍
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
- Create a file named
urls.txt
and add the URLs you want to scan (one per line). - Run the following command:
redirx -f urls.txt -t 30
This tool is open-source and distributed under the MIT License.