Created
August 25, 2021 08:08
-
-
Save JakWai01/5dd3d142846f721686faf7ad710a38d8 to your computer and use it in GitHub Desktop.
Send string via netcat
This file contains hidden or 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 '{"opcode":"ready", "mac":"1235"}' | netcat -N localhost 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment