rabbitmask / WeblogicScan

Weblogic一键漏洞检测工具,V1.5,更新时间:20200730
MIT License
2.19k stars 409 forks source link

报错,请问该工具是运行在python几版本下的 #8

Open uuuuuuzeus opened 4 years ago

uuuuuuzeus commented 4 years ago

Building wheel for fake-useragent (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-crLfxT/fake-useragent/setup.py'"'"'; file='"'"'/tmp/pip-install-crLfxT/fake-useragent/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-pmvAoj
cwd: /tmp/pip-install-crLfxT/fake-useragent/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command 'bdist_wheel'


ERROR: Failed building wheel for fake-useragent Running setup.py clean for fake-useragent Failed to build fake-useragent Installing collected packages: fake-useragent, urllib3, certifi, idna, requests Running setup.py install for fake-useragent ... done Successfully installed certifi-2020.11.8 fake-useragent-0.1.11 idna-2.10 requests-2.23.0 urllib3-1.25.11 root@kali:/home/kali/myTools/weblogic_scan/WeblogicScan_tools_1# python2.7 WeblogicScan.py -u 124.95.133.164 -p 7001 Traceback (most recent call last): File "WeblogicScan.py", line 12, in from config.config_banners import banner ImportError: No module named config.config_banners

rabbitmask commented 3 years ago

是py3哦~py2官方已经抛弃啦~

ziya1666 commented 3 years ago

Traceback (most recent call last): File "/Users/yangzichao3/Documents/Toolkits/WeblogicScan/WeblogicScan.py", line 12, in from config.config_banners import banner ModuleNotFoundError: No module named 'config.config_banners'

python版本3.9.6 报错不可用

Polaris-L commented 3 years ago

Traceback (most recent call last): File "/Users/yangzichao3/Documents/Toolkits/WeblogicScan/WeblogicScan.py", line 12, in from config.config_banners import banner ModuleNotFoundError: No module named 'config.config_banners'

python版本3.9.6 报错不可用 你这个是同时装了python2和3,忘记用python3运行了吧,我之前手残也忘了,报错一模一样