Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coalfire-research/sqlinator
- Owner: Coalfire-Research
- Created: 2017-12-19T20:45:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T01:13:38.000Z (about 2 years ago)
- Last Synced: 2023-08-07T17:45:57.749Z (over 1 year ago)
- Topics: mitmproxy, plugin, security, sqlinjection, webapps, xss
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 81
- Watchers: 13
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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