p3nt4 / Invoke-SocksProxy

Socks proxy, and reverse socks server using powershell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't stop the proxy with CTRL+C?

CaledoniaProject opened this issue · comments

I'm unable to stop script with CTRL + C, can you help?

And does not seem to work with CURL command,

%> curl --socks5 172.16.177.120:8888 172.16.177.120
curl: (7) Failed to receive SOCKS5 connect request ack.
commented

Concerning the Ctrl-C, you can start the proxy as a job. At the moment you would need to close the powershell window/kill the process.
I cant reproduce the issue with curl.
image

Having a similar issue as @CaledoniaProject with curl. Have opened a separate issue with attachments.