XSStrike icon indicating copy to clipboard operation
XSStrike copied to clipboard

Add support for socks proxies (also fix broken "More information on adding proxies" link)

Open mstyp opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

I cant use tor with this tool, so I cant use this tool.

Describe the solution you'd like

add Socks 5 proxy support. EG, in config file,

proxies = {'http': 'socks5h://localhost:9150', 'https': 'socks5h://localhost:9150'}

or something.

Additional context

Also, in the config file, it says "# More information on adding proxies: http://docs.python-requests.org/en/master/user/advanced/#proxies", but this link is broken.

mstyp avatar Jun 18 '22 16:06 mstyp