我的问题是,每当我命令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,如果这有帮助的话。
发布于 2015-05-09 23:14:42
执行以下命令升级requests模块:
pip install requests --upgrade发布于 2015-05-23 13:12:30
1- apt-get删除python-request
2- pip安装请求
3- apt-get install python-request
4- wapiti它会工作的。
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]https://stackoverflow.com/questions/29631825
复制相似问题