Netcat

From ElectroDragon Wiki
  • .\nc 192.168.8.110 23 -o test
  • open a port and send a byte: echo -n 0x03 | nc 127.0.0.1 1234