Netcat

From ElectroDragon Wiki
Revision as of 13:25, 8 June 2021 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • .\nc 192.168.8.110 23 -o test
  • open a port and send a byte: echo -n 0x03 | nc 127.0.0.1 1234