1、在Windows中安装

// 1.1、下载windows版netcat
从https://eternallybored.org/misc/netcat/netcat-win32-1.12.zip下载
// 1.2、查看下载的netcat压缩包内容,如下图所示:
netcat安装
// 1.3、将nc.exe解压到C:/Windows/System32下
netcat安装
// 1.4、从CMD命令中使用
netcat安装

  或直接在Win+R弹出运行命令的窗口中输入:nc -L -p 9999 -v

  netcat安装

 

2、在Linux中安装

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-01-10
  • 2022-01-10
  • 2022-12-23
  • 2021-09-21
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2021-11-06
  • 2021-12-22
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案