Skip to content

Instantly share code, notes, and snippets.

@johwanghee
Created June 13, 2017 01:03
Show Gist options
  • Save johwanghee/d0fcf0b0418936fc9590f5f8da550c5b to your computer and use it in GitHub Desktop.
Save johwanghee/d0fcf0b0418936fc9590f5f8da550c5b to your computer and use it in GitHub Desktop.
nc
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