sqlmap
sqlmap copied to clipboard
Added proxy support for websocket connections
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.