Skip to content

Penetration-Testing-Toolkit/sqlinjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SQLInjector

SQLInjector is a plugin that uses the SQLMap API to provide SQLInjection scanning to PTT. SQLMap comes bundled with this plugin and will run the API server automatically on startup.

The SQLMap API is a RESTful based server that will execute SQLMap scans. The API server is running on port 9200.

Installation

Create a python venv:

python3 -m venv <venv_name>

Activate the venv:

source <venv_name>/bin/activate

Install dependencies:

pip install -r requirements.txt

Build packaged binary:

pyinstaller --add-data="sqlinjector/templates:templates" --add-data="sqlinjector/sqlmap.zip:." --onefile --name sqlinjector.plugin sqlinjector/main.py

The resulting binary ./dist/sqlinjector.plugin can be copied over to the PTT plugins directory for use.

About

SQL Injection Vulnerability Scanner Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors