Created
January 26, 2023 18:14
-
-
Save eam/4b32851f397c226310b15d84c7ff6fb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raven:/ $ uname -a | |
Linux localhost 5.10.107-android13-4-00038-ga6f610f1f1e6-ab9083768 #1 SMP PREEMPT Tue Sep 20 02:33:52 UTC 2022 aarch64 Toybox | |
raven:/ $ nc -l -p 8080 | |
hello world | |
eam@sprat:~$ telnet 2605:ef80:8001:XXX 8080 | |
Trying 2605:ef80:8001:XXX... | |
Connected to 2605:ef80:8001:XXX. | |
Escape character is '^]'. | |
hello world | |
^] | |
telnet> Connection closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment