Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coalfire-research/sqlinator

Automatically forward HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS
https://github.com/coalfire-research/sqlinator

mitmproxy plugin security sqlinjection webapps xss

Last synced: about 2 months ago
JSON representation

Automatically forward HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS

Awesome Lists containing this project

README

        

# SQLinator

Uses mitmproxy to intercept all HTTP traffic and automatically forwards HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS

# Installation

**SQLinator only supports Python >= 3.6**

It's recommended to install SQLinator with pipenv: `pipenv install && pipenv shell`

# Usage

1. Start the SQLMap API server:
`python sqlmapapi.py -s`

2. Run this script:
`mitmdump -s "sqlinator.py "`

3. Start clicking through the target website

4. Profit