pwndb
pwndb copied to clipboard
Unable to determine SOCKS version from socks5h://127.0.0.1:9050
any solution for this problem ?
same problem?
[[SOLVED]]
This error message can be fixed by doing the following commands.
pip uninstall pysocks
pip install -U pysocks
Issue was it being an older version of pysocks. ~~This worked for me so I thought i'd share~~