**步骤4:**再代理客户端中复制cmd终端代理命令拷贝至cmd:如下:
set http_proxy=http://127.0.0.1:7890 & set https_proxy=http://127.0.0.1:7890,如图:
**步骤5:**响应完成依次输入以下命令:
1.pip3 install git+https://github.com/GreyDGL/PentestGPT
2.git clone https://github.com/GreyDGL/PentestGPT
3.cd PentestGPT
4.pip3 install -e .
5.set OPENAI_KEY=your key here(秘钥,多个文章介绍加引号,Windows下的cmd的不需要)
6.pentestgpt-connection
注意1:我们选择粘贴复制“pentestgpt --reasoning_model=gpt-3.5-turbo-16k”。这里有可能会出现代理连接超时的情况,注意代理网络流量。提示cookie连接失败,可以不用set cookie。
注意2:pentestgpt --reasoning_model=gpt-3.5-turbo --useAPI (3.5的key用这个),且需要在openAI绑定你的信用卡账户(至于国外的信用卡)
**步骤7:**输入关于你需要测试的主机IP,这里就类似openai对话框,不需要输入关键词,当然你可以输入中文,但是返回内容一定是英文。
**步骤8:**To-do表示待检测的测试点,下面给出了2个操作步骤,需要我们新开一个终端cmd,并键入nmap -p- 主机ip 和 nmap -p 端口 -sV 主机IP。如图: