Last active
February 19, 2018 13:09
-
-
Save Epikem/1837b643b487d89a8da48842cf0d04a2 to your computer and use it in GitHub Desktop.
Windows powershell telnet doesn't show characters. 글자 제대로 안보일때 사용. 그래도 글자 잘 안보이지만 안쓰면 아예 안보임. turn on echo
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
telnet | |
set localecho | |
open <host ip> <port> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment