pwndb icon indicating copy to clipboard operation
pwndb copied to clipboard

Unable to determine SOCKS version from socks5h://127.0.0.1:9050

Open ayadim opened this issue 3 years ago • 2 comments

any solution for this problem ?

ayadim avatar Oct 07 '21 22:10 ayadim

same problem?

dnzihsan avatar Dec 06 '21 14:12 dnzihsan

[[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~~

therealOri avatar Jan 29 '22 18:01 therealOri