What (if any) are the significant differences between netcat-traditional
and netcat-openbsd
?
I'm having trouble finding any relative information. Anybody familiar that can offer some insight?
What (if any) are the significant differences between netcat-traditional
and netcat-openbsd
?
I'm having trouble finding any relative information. Anybody familiar that can offer some insight?
You can look at the packages' descriptions using
apt-cache show
. They say it all:So the significant differences are as stated. The OpenBSD rewrite supports IPv6, proxies, and Unix sockets, which the traditional implementation lacks. In practice, if you don't need any of these, you won't notice a difference.
netcat-traditional includes
-e
option to execute program from remote shell, which is not present in netcat-openbsd