Netcat

command-line tool; kann sowohl als server als auch als client agieren

client:

aufruf: netcat (host) (port)

wie telnet

server:

"listen"-mode

aufruf: netcat -l -p (port)

proxy:

Bidirektionale Verbindung:

  $ mknod backpipe p
  $ netcat -l -p 2525 0<backpipe 1="" 25="" iem.at="" netcat="" |="">backpipe

Bidirektionale Verbindung (mit logging):

  $ netcat -l -p 2525 0<backpipe -a="" 1="" 25="" iem.at="" inflow="" netcat="" outflow="" tee="" |="">backpipe</backpipe></backpipe>