Linux下的nc
nc
nc(netcat)有多个类似的工具
- netcat:原版,GNU,目前不支持ipv6
- netcat.openbsd:openbsd上的netcat,支持ipv6,需要libbsd0
- ncat:nmap项目中的改进,需要nbase,nsock,libpcap等库,支持ipv6
- socat:SocketCAT,netcat增强版,支持ipv6
编译
sudo apt install build-essential sudo apt install flex byacc
./configure make
- 原文作者:mlyixi
- 原文链接:https://mlyixi.github.io/post/linux/Linux%E4%B8%8B%E7%9A%84nc/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。