sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Added proxy support for websocket connections

Open kauppine opened this issue 4 years ago • 0 comments

The websocket implementation in sqlmap did not use any proxy configurations provided via the commandline options. This pull requests adds proxy support for websocket connections and also support for proxy-cred options. However, it does not support the proxy-file option.

With some limited testing, http, socks4 and socks5 options seems to work. However, https proxy option requires further investigation as it currently throws an error, which apparently relates to how websocket-client library handles proxies.

kauppine avatar Apr 09 '21 18:04 kauppine