Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reanimat0r/c7dd940d89b7c36836671c979c1741a5 to your computer and use it in GitHub Desktop.
Save reanimat0r/c7dd940d89b7c36836671c979c1741a5 to your computer and use it in GitHub Desktop.
Simple example Hex to Text
#Text to HEX
echo "BetilloPOC" | xxd -ps -c 200 | tr -d '\n'
#Hex to Text
echo '426574696c6c6f504f43' | xxd -ps -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment