Skip to content

aashifm1/Red-Inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Inject RedInject Banner

Developed by Aashif M

A lightweight Python-based web vulnerability scanner for detecting XSS (Cross-Site Scripting) and SQL Injection (SQLi) vulnerabilities in HTML forms.

Features

  • Crawls the website, extracts and scans all HTML forms.
  • Tests for XSS using custom payloads.
  • Tests for SQLi using known injection patterns.
  • Easy to customize payloads (located in payloads/ directory).

Implementation

  1. Git Clone
    git clone https://github.com/aashifm1/Red-Inject.git
  2. Make virtual environment
    python -m venv venv
    source venv/bin/activate
  3. Install the Requiremnets
    pip install -r requirements.txt
  4. Run the script
    python3 redinject.py -h

Example Command: python3 redinject.py --depth 2 https://www.example.com

Outcome 👇


About

Lightweight XSS & SQL Injection Tester for Web Forms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages