Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.45 KB

File metadata and controls

51 lines (39 loc) · 1.45 KB

Red Inject RedInject Banner

A web vulnerability scanner for detecting XSS (Cross-Site Scripting) and SQLi (SQL Injection) vulnerabilities.

Build for educational purposes only

result

Installation

Clone the repository

git clone https://github.com/aashifm1/Red-Inject.git
cd Red-Inject

Create a virtual environment

python3 -m venv venv
source venv/bin/activate

Install the dependencies

pip3 install -r requirements.txt

Execution

-$ python3 redinject.py -h
    ____           ______        _           __
   / __ \___  ____/ /  _/___    (_)__  _____/ /_
  / /_/ / _ \/ __  // // __ \  / / _ \/ ___/ __/
 / _, _/  __/ /_/ // // / / / / /  __/ /__/ /_
/_/ |_|\___/\__,_/___/_/ /_/_/ /\___/\___/\__/   v2.0
                          /___/
         (Web Vulnerability Scanner)

usage: redinject.py [-h] [--depth DEPTH] [--version] url

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