Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An HTTP proxy designed to enable the use of SQLMap with WebSocket connections.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages