A web vulnerability scanner for detecting XSS (Cross-Site Scripting) and SQLi (SQL Injection) vulnerabilities.
Build for educational purposes only
Clone the repository
git clone https://github.com/aashifm1/Red-Inject.git
cd Red-InjectCreate a virtual environment
python3 -m venv venv
source venv/bin/activateInstall the dependencies
pip3 install -r requirements.txt-$ python3 redinject.py -h
____ ______ _ __
/ __ \___ ____/ / _/___ (_)__ _____/ /_
/ /_/ / _ \/ __ // // __ \ / / _ \/ ___/ __/
/ _, _/ __/ /_/ // // / / / / / __/ /__/ /_
/_/ |_|\___/\__,_/___/_/ /_/_/ /\___/\___/\__/ v2.0
/___/
(Developed by Aashif)
usage: redinject.py [-h] [--depth DEPTH] [--version] url
RedInject - Web Vulnerability Scanner
positional arguments:
url Target URL (e.g. https://example.com)
options:
-h, --help show this help message and exit
--depth DEPTH Crawling depth (default: 2)
--version show program's version number and exit
Examples:
python3 redinject.py --depth 3 https://example.com