You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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'
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
The text was updated successfully, but these errors were encountered: