Skip to content

raic0d3r/SQLiVulnerableScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLiVulnerableScanner

GitHub repository GitHub version

SQLiVulnerableScanner - A simple Scanner tool.

Screenshots

Screenshot

Table of Contents

Installation

  1. Update & upgrade packages

    apt update -yy && apt upgrade -yy
    
  2. Install git package

    apt install git -yy
    
  3. Install python package

    apt install python -yy
    
  4. Install package

    apt install sqlmap -yy
    
  5. Clone the repository

    git clone https://github.com/raic0d3r/SQLiVulnerableScanner.git
    
  6. Change to dirscanner directory

    cd SQLiVulnerableScanner
    
  7. Change the access mode

    chmod +x SQLiVulnerableScanner.py
    
  8. Install requirements

    pip install -r requirements.txt
    

Usage

python3 SQLiVulnerableScanner.py

Example

python3 SQLiVulnerableScanner.py

Features

  • Scan SQL Vulnerable
  • Find deface path

Environments

  • Windows
  • Linux
  • Android (Termux)

Disclaimer

⚠️ We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

Author

by Raihan Uddin

(Table of Contents)

License

This repository is under Unlicense License.

About

SQLiVulnerableScanner - A simple Scanner tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages