From 218248bcc5b3655251870667b63a54326189f585 Mon Sep 17 00:00:00 2001 From: Bluesaxorcist Date: Thu, 22 Aug 2019 09:26:27 -0500 Subject: changed the port in the ReadME to a port that works on tellnet --- README.md | 5 +++-- state/dispatcher.log | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d14479..934f918 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The obfs4 transport is enabled and bound to the address 127.0.0.1 and the port 2222. Logging is enabled and set to DEBUG level. The statistics reporting server address is also required on the server and is set to 127.0.0.1, port 3334. However, this service does not actually need to be running for the demo to work. + To access this Log for debugging purposes, go to user/go/state/dispatcher.log When the server is run for the first time, it will generate a new public key and it will write it to a file in the state directory called @@ -175,9 +176,9 @@ for the cert parameter to be correct, otherwise obfs4 will silently fail. Logging is enabled and set to DEBUG level. Once the client is running, you can connect to the client address, which in this -case is 127.0.0.1, port 443. For instance, you can telnet to this address: +case is 127.0.0.1, port 1443. For instance, you can telnet to this address: - telnet 127.0.0.1 443 + telnet 127.0.0.1 1443 Any bytes sent over this connection will be forwarded through the transport server to the application server, which in the case of this demo is a netcat diff --git a/state/dispatcher.log b/state/dispatcher.log index 0128b1c..e069f65 100644 --- a/state/dispatcher.log +++ b/state/dispatcher.log @@ -48,3 +48,22 @@ 2019/08/16 15:54:31 [INFO]: obfs4 - registered listener: 127.0.0.1:1443 2019/08/16 15:54:31 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - accepting connections 2019/08/16 15:57:21 [INFO]: obfs4(127.0.0.1:2222) - closed connection +2019/08/22 09:15:11 [NOTICE]: dispatcher-0.0.7-dev - launched +2019/08/22 09:16:05 [NOTICE]: dispatcher-0.0.7-dev - launched +2019/08/22 09:16:07 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing transparent proxy +2019/08/22 09:16:16 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing TCP transparent proxy +2019/08/22 09:16:19 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing client transport listeners +2019/08/22 09:16:23 [INFO]: obfs4 - registered listener: 127.0.0.1:1443 +2019/08/22 09:16:31 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - accepting connections +2019/08/22 09:19:53 [NOTICE]: dispatcher-0.0.7-dev - launched +2019/08/22 09:19:56 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing transparent proxy +2019/08/22 09:19:56 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing TCP transparent proxy +2019/08/22 09:19:57 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing client transport listeners +2019/08/22 09:19:59 [INFO]: obfs4 - registered listener: 127.0.0.1:1443 +2019/08/22 09:20:00 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - accepting connections +2019/08/22 09:20:13 [NOTICE]: dispatcher-0.0.7-dev - launched +2019/08/22 09:20:13 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing transparent proxy +2019/08/22 09:20:13 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing TCP transparent proxy +2019/08/22 09:20:13 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - initializing client transport listeners +2019/08/22 09:20:13 [INFO]: obfs4 - registered listener: 127.0.0.1:1443 +2019/08/22 09:20:13 [INFO]: ___go_build_github_com_OperatorFoundation_shapeshifter_dispatcher_shapeshifter_dispatcher - accepting connections -- cgit v1.2.3