gpt4 book ai didi

cmd - Windows 7 netcat 错误 : 'nc' is not recognized as an internal or external command

转载 作者:行者123 更新时间:2023-12-03 18:32:53 25 4
gpt4 key购买 nike

这就是正在发生的事情:

C:\Windows\system32>nc -v 10.1.2.205 22
'nc' is not recognized as an internal or external command, operable program or batch file.
下面是我的截图:
enter image description here
请帮助我解决这个问题。

最佳答案

  • 从这里下载 NetCat https://eternallybored.org/misc/netcat/
  • 解压并放在某处(例如:在 C: 中)
  • 直接在命令提示符下使用,如: c:\netcat-1.11\nc google.com 80
  • 可选:添加到环境变量以在任何上下文中使用
    NetCat

  • 或者安装 Nmap(包括 Netcat)
  • 适用于 Windows https://nmap.org/dist/nmap-7.30-setup.exe
  • 适用于 Mac https://nmap.org/dist/nmap-7.30.dmg

  • 要检查 ncat 是否已安装并正常工作,请打开两个终端。在其中之一中,运行 ncat -l 9999 然后在另一个, ncat 本地主机 9999 .然后在每个终端中输入一些内容并按 Enter。您应该会在对端终端上看到该消息。
    看这个视频 https://www.youtube.com/watch?time_continue=1&v=qeQ6pKxUp-Q

    关于cmd - Windows 7 netcat 错误 : 'nc' is not recognized as an internal or external command,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34924089/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com