Skip to content

Lightweight XSS & SQL Injection Tester for Web Forms

License

Notifications You must be signed in to change notification settings

aashifm1/Red-Inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
                          /___/
              (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

About

Lightweight XSS & SQL Injection Tester for Web Forms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages