al0ne / Vxscan

python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。
Apache License 2.0
1.74k stars 441 forks source link

virustotal_python requirement error #15

Closed 0xVIC closed 5 years ago

0xVIC commented 5 years ago

Fresh install, uninstall and installing again, still have the same error.

Traceback (most recent call last): File "Vxscan.py", line 30, in from lib.common import start, bcolors File "/opt/Vxscan/lib/common.py", line 13, in from virustotal_python import Virustotal File "/usr/local/lib/python3.5/dist-packages/virustotal_python/init.py", line 1, in from virustotal_python.virustotal import Virustotal File "/usr/local/lib/python3.5/dist-packages/virustotal_python/virustotal.py", line 27 print(f"Failed to import required modules: {err}")

al0ne commented 5 years ago

Requires Python version 3.6 or higher