-
-
Save johwanghee/d0fcf0b0418936fc9590f5f8da550c5b to your computer and use it in GitHub Desktop.
nc
This file contains 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
echo '0002' | xxd -r -p | nc localhost 8888 | xxd -l 120 -ps -c 100 | |
echo -ne '0002' | sed -e 's/../\\x&/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment