nc的全称是netcat,介绍如下:
https://blog.csdn.net/xysoul/article/details/52270149
一个简单而有用的工具,透过使用TCP或UDP协议的网络连接去读写数据。它被设计成一个稳定的后门工具,能够直接由其它程序和脚本轻松驱动。同时,它也是一个功能强大的网络调试和探测工具,能够建立你需要的几乎所有类型的网络连接,还有几个很有意思的内置功能(详情请看下面的使用方法)
http://netcat.sourceforge.net/
What is Netcat?
Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. |
当前找了一下源码,下一步打算编译并测试,先记录一下code的位置
window
https://github.com/diegocr/netcat
linux
http://netcat.sourceforge.net/
https://github.com/bonzini/netcat
没有评论:
发表评论