Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-proxy SNT: 0 #6

Open
petite-abeille opened this issue Apr 28, 2021 · 0 comments
Open

-proxy SNT: 0 #6

petite-abeille opened this issue Apr 28, 2021 · 0 comments

Comments

@petite-abeille
Copy link

When in proxy mode, noisecat doesn't seem to capture the output of the endpoint.

Setup:

(1) tcpserver:1961
(2) noisecatproxy:1968

# printf 'text://127.0.0.1/\r\n' | noisecat -proto Noise_NN_25519_ChaChaPoly_BLAKE2b 127.0.0.1 1968
2021/04/28 11:49:19 SNT: 19
2021/04/28 11:49:19 RCV: 0
# noisecat -v -k -l -proto Noise_NN_25519_ChaChaPoly_BLAKE2b -proxy 127.0.0.1:1961 -p 1968 127.0.0.1
2021/04/28 11:49:10 Listening on [::]:1968/tcp
2021/04/28 11:49:19 Connection from 127.0.0.1:50718
2021/04/28 11:49:19 RCV: 19
2021/04/28 11:49:19 SNT: 0
# tcpserver -v -c42 -o -D -H -P -l 0 -R 127.0.0.1 1961 timeout 1 ../../bin/publictext
tcpserver: status: 0/42
tcpserver: status: 1/42
tcpserver: pid 5686 from 127.0.0.1
tcpserver: ok 5686 0:::ffff:127.0.0.1:1961 :::ffff:127.0.0.1::50719
127.0.0.1 - - [28/Apr/2021:11:49:19 +0200] "text://127.0.0.1/" 20 264
tcpserver: end 5686 status 0
tcpserver: status: 0/42

Would you know what's missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant