sockslib icon indicating copy to clipboard operation
sockslib copied to clipboard

Create proxy

Open MALW3R3 opened this issue 7 years ago • 0 comments

Hello, i have a problem with SOCKS5 socket. "[12.06 00:38:13] javaw.exe *64 - domain.com error : Could not connect through proxy 127.0.0.1:8082 - Proxy server cannot establish a connection with the target - general SOCKS server failure." @fengyouchao code SocksProxyServer proxyServer = SocksServerBuilder.buildAnonymousSocks5Server(8082); proxyServer.start();

And how i can listen everythink/connection etc on that socks like in esocks ?

Thank you

MALW3R3 avatar Dec 04 '17 23:12 MALW3R3