1

我的问题是每当我命令wapiti它给我这个消息:

root@ kali: ~#wapiti
Wapiti - 2.3.0(wapiti.sourceforge.net)
Error: You have an outdated version of python - requests.Please upgrade 

我已将其升级到最新版本:

root@kali:~#  apt-get install python-requests
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-requests is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@kali:~# apt-get install wapiti
Reading package lists... Done
Building dependency tree       
Reading state information... Done
wapiti is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

我的 kali 版本是最新版本,我已经下载了 Iso 和映像其他版本来解决它,但我在每个版本中都遇到了它……如果这有帮助,我是 amd64。

4

2 回答 2

4

运行以下命令升级requests模块:

pip install requests --upgrade
于 2015-05-09T15:14:42.037 回答
3

1- apt-get 删除 python 请求

2- pip 安装请求

3- apt-get install python-requests

4-马鹿它会工作。

Wapiti-2.3.0 (wapiti.sourceforge.net)
Wapiti-2.3.0 - Web application vulnerability scanner 
Usage: python wapiti.py http://server.com/base/url/ [options]
于 2015-05-23T05:12:29.540 回答