Skip to content

patzj/ws-sqlmap-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages