How to switch to netcat-traditional in Ubuntu?
enable universe repository (if not enabled) sudo add-apt-repository universe Install the other netcat using synaptic. (To do this, the universe repository must be enabled.) sudo apt-get install netcat-traditional type sudo update-alternatives –config nc Select the option /bin/nc.traditional type nc -h output: [v1.10-38] connect to somewhere: nc [-options] hostname port[s] [ports] … listen for inbound: nc … Read more