zhzyker / vulmap

Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞验证功能
https://github.com/zhzyker/vulmap
GNU General Public License v3.0
3.4k stars 570 forks source link

Not find "pycryptodome" #61

Open lucas5-code opened 2 years ago

lucas5-code commented 2 years ago

[17:51:48] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install 显示找不到

[root@localhost vulmap]# pip3 install -r requirements.txt Requirement already satisfied: gevent>=20.9 in /usr/local/python3/lib/python3.9/site-packages (from -r requirements.txt (line 1)) (21.12.0) Requirement already satisfied: pycryptodome in /usr/local/python3/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (3.12.0) Requirement already satisfied: zope.event in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (4.5.0) Requirement already satisfied: setuptools in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (49.2.1) Requirement already satisfied: zope.interface in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (5.4.0) Requirement already satisfied: greenlet<2.0,>=1.1.0 in /usr/local/python3/lib/python3.9/site-packages (from gevent>=20.9->-r requirements.txt (line 1)) (1.1.2) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

实际已安装 [root@localhost vulmap]# python3 vulmap.py -u www.baidu.com [ |
| | .--..--. ,--. .--.
[ \ [ ][ | | | | | [ .-. .-. |'\ :[ '/'`\ \ \ \/ / | _/ |, | | | | | | | | // | |,| _/ | __/ '..'/[][_
||||]'-;__/| ;._/
[
| [17:52:03] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install

python3.8 3.9都试过了 vulmap0.9

lucas5-code commented 2 years ago

错误

zhzyker commented 2 years ago

要看看你的pip3对应的是什么版本的python哇,有可能是 pip3.8 pip3.9这样

lucas5-code commented 2 years ago

[root@localhost vulmap-0.8]# python3 -V Python 3.9.0 [root@localhost vulmap-0.8]# pip3 -V pip 21.3.1 from /usr/local/python3/lib/python3.9/site-packages/pip (python 3.9) [root@localhost vulmap-0.8]# 都是3.9的

tyfhxn commented 2 years ago

[root@localhost vulmap-0.8]# python3 -V Python 3.9.0 [root@localhost vulmap-0.8]# pip3 -V pip 21.3.1 from /usr/local/python3/lib/python3.9/site-packages/ pip (python 3.9) [root@localhost vulmap-0.8]# 都是3.9的

你可以参考下这篇文章对应的Linux部分 https://blog.csdn.net/sinat_38695417/article/details/109291892

189er commented 1 year ago

win7x64(py 3.8 )安装后,运行报:[10:35:15] [WARN] Not find "gevent", please use " pip3 install -r requirements.txt" to install

win10x64(py 3.10)安装后,运行报:[10:57:13] [WARN] Not find "pycryptodome", please use " pip3 install -r requirements.txt" to install

ubuuntu20.04没有问题