How to send 0x80 byte to a tcp port using netcat or similar tool

binarynetcattcp

I'm trying to make a Memcached server respond as if I were using a binary protocol. If possible just command line answers pls, no code snippet in any programming language.

Best Answer

Just use:

echo -e '\x80' | nc host port