I want to send the following via netcat:
99||0x00
(4 ASCII characters and a zero)
How is this done? I'm using Windows XP.
Thank you.
# echo -ne "99||\x00" | nc <host> <port>
Put the bytes into a file with binary editor and pipe it to netcat. Windows shell too supports input from file redirection via
netcat (options) < (file)
Alternatively, you may be able to input it with keyboard directly via Alt-000, but I doubt it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With