esidate / sqlmap-websockets-threads

Tool to proxy sqlmap requests to a websocket server, with support for multiple threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLmap Websocket Threads

Tool to proxy sqlmap requests to a websocket server, with support for multiple threads.

Usage

pip install websocket-client rich

# usage: proxy.py [-h] -u URL -p PAYLOAD [-o PORT] [-t THREADS] [--json]
# proxy.py: error: the following arguments are required: -u/--url, -p/--payload

python proxy.py -u ws://target:port -p '{"id": "%param%"}' --json -o 9090 -t 10
sqlmap -u "http://localhost:9090/?param1=1" --batch --level 5 --risk 3 --thread 10 --dbs

Credits

This tool is based on the work of BKreisel/sqlmap-websocket-proxy

About

Tool to proxy sqlmap requests to a websocket server, with support for multiple threads.

License:MIT License


Languages

Language:Python 100.0%