How to send 0x80 byte to a tcp port using netcat or similar tool?
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.
Solution 1:
Just use:
echo -e '\x80' | nc host port