An HTTP proxy designed to enable the use of SQLMap with WebSocket connections.
go run main.go -addr 10.0.0.10:1337 -path /messagesqlmap -u localhost:8000 --data='{"param":"arg"}' --method=POST -H "Content-Type: application/json" -batchThis proxy only supports WebSocket messages formatted as JSON.