Closed Zibri closed 1 year ago
the server you are testing does not support TCP connections (which are required for socks). Use the info
to get the supported protocols and options on the server. You might only be able to test udp based services behind this server (for example with the udp-scanner
option)
From one command prompt I do:
C:\>stunner socks -s "142.250.82.249:3478" -u "CNr2yKYGEgYsM4ipwOgY5vz/h7MLIICjBTAB" -p "PvR81fQZhd6kwAhNZDPre5YJSo8=" -x
from another shell I do:curl -x socks5h://localhost:1080 https://www.google.com
On the first shell I get:
On the second one I get:
curl: (97) connection to proxy closed
Am I doing something wrong?