Skip to content

Latest commit

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date

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
/___/
(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 exitExamples: python3 redinject.py --depth 3 https://example.com

About

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

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages