Getting started with Netcat

There are two versions of netcat:
netcat-openbsd(without “-e” function)
netcat-traditional(with “-e” function)

to use a specific one use:

nc.openbsd
nc.traditional

you can also read the man pages of each one

man nc.openbsd
man nc.traditional

1 Like