tcpproxy icon indicating copy to clipboard operation
tcpproxy copied to clipboard

SOCKS5 header not respected

Open davidmann4 opened this issue 3 years ago • 2 comments

Hi, seems like the SOCKS5 welcome packet is not answered by the server

image

(i think i tried socks4 in this picture above, Socks5 has a shorter starting packet like 05 01 00 )

any idea how to get it working?

davidmann4 avatar Mar 27 '21 22:03 davidmann4

Hello,

Thanks for testing.

Can you give more information ? Which command line did you use ?

You need to activate SOCKS explicitely --protocol SOCKS

You can also enable more logging: -l DEBUG

I still need to improve debugging with socks as it just print out some debugging information instead of properly using logging facilities. Please also note that only SOCKS5 is supported. I will change the SOCKS parameter to SOCKS5 to highlight that.

ptitdoc avatar Mar 29 '21 06:03 ptitdoc

did not provided --protocol SOCKS - will test it

davidmann4 avatar Mar 29 '21 08:03 davidmann4