command
module
Version:
v0.0.0-...-96be2b3
Opens a new window with list of versions in this module.
Published: Aug 7, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
WebSocket SQLMap Proxy
An HTTP proxy designed to enable the use of SQLMap with WebSocket connections.
Usage
go run main.go -addr 10.0.0.10:1337 -path /message
SQLMap
sqlmap -u localhost:8000 --data='{"param":"arg"}' --method=POST -H "Content-Type: application/json" -batch
Limitations
This proxy only supports WebSocket messages formatted as JSON.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.