gpt4 book ai didi

http - 为什么在 Git Bash 上找不到 ncat?

转载 作者:可可西里 更新时间:2023-11-01 16:36:08 26 4
gpt4 key购买 nike

user_1 (master *) 1_EchoServer $ python -m http.server 8000

Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
127.0.0.1 - - [30/Sep/2017 18:57:11] "GET / HTTP/1.1" 200 -

设置一个简单的服务器。我想用 ncat 连接到它来学习 HTTP。

我安装 ncat(pip 安装 nmap):

    user_1 Documents $ pip install nmap
Requirement already satisfied: nmap in c:\python36\lib\site-packages

然后,当我尝试连接时,找不到 cmd。它在早些时候工作。不知道我是怎么弄坏它的。

user_1 Documents $ pip install nmap
Requirement already satisfied: nmap in c:\python36\lib\site-packages
user_1 Documents $ ncat -l 9999
bash: ncat: command not found

我在 Windows 上使用 git bash,我在 c 驱动器上设置了 python36,并相应地更改了 env 变量和路径。

最佳答案

今天遇到了这个问题,我解决了。Nmap 命令必须位于发现服务帐户的 $PATH 环境变量中。要在 Windows 上执行此操作,请执行以下步骤

  1. Click Start > Control Panel > System
  2. Click the Advanced tab, and select Environment Variables.
  3. Edit the Path system variable and add the directory where Nmap is installed.
  4. Restart the computer.

如果您执行此任务,Nmap 应该可用于计算机上的服务并且命令将在终端中找到

关于http - 为什么在 Git Bash 上找不到 ncat?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46508131/

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