EnableSecurity / wafw00f

WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
https://www.enablesecurity.com/
BSD 3-Clause "New" or "Revised" License
5.18k stars 926 forks source link

wafw00f local dependency error #101

Closed shagunattri closed 4 years ago

shagunattri commented 4 years ago

I have an error using wafw00f where I clone the repo and install wafw00f using

python setup.py install

But

 wafw00f --help 

results in

Traceback (most recent call last):
  File "/usr/bin/wafw00f", line 4, in <module>
    __import__('pkg_resources').run_script('wafw00f==2.1.0', 'wafw00f')
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 666, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1451, in run_script
    raise ResolutionError(
pkg_resources.ResolutionError: Script 'scripts/wafw00f' not found in metadata at '/usr/lib/python3.8/site-packages/wafw00f-2.1.0-py3.8.egg-info'

Device Details:

Linux id10t 5.3.18-1-MANJARO #1 SMP PREEMPT Wed Dec 18 18:34:35 UTC 2019 x86_64 GNU/Linux

@sandrogauci

sandrogauci commented 4 years ago

@shagunattri thanks for the report. Could you also give us the output from the python setup.py install command please?

shagunattri commented 4 years ago

The output from python setup.py install

running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/test-easy-install-2341.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/lib/python3.8/site-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://setuptools.readthedocs.io/en/latest/easy_install.html

Please make the appropriate changes for your system and try again.

When I run the command as sudo it installs but does not work if I pass any arguments to the wafw00f command it outputs error same as the one from wafw00f --help

Output using sudo

sudo python setup.py install

running install
running bdist_egg
running egg_info
writing wafw00f.egg-info/PKG-INFO
writing dependency_links to wafw00f.egg-info/dependency_links.txt
writing requirements to wafw00f.egg-info/requires.txt
writing top-level names to wafw00f.egg-info/top_level.txt
reading manifest file 'wafw00f.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'wafw00f.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/wafw00f
creating build/bdist.linux-x86_64/egg/wafw00f/lib
copying build/lib/wafw00f/lib/asciiarts.py -> build/bdist.linux-x86_64/egg/wafw00f/lib
copying build/lib/wafw00f/lib/__init__.py -> build/bdist.linux-x86_64/egg/wafw00f/lib
copying build/lib/wafw00f/lib/evillib.py -> build/bdist.linux-x86_64/egg/wafw00f/lib
copying build/lib/wafw00f/wafprio.py -> build/bdist.linux-x86_64/egg/wafw00f
copying build/lib/wafw00f/manager.py -> build/bdist.linux-x86_64/egg/wafw00f
creating build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/urlscan.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/fastly.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/sitelock.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/limelight.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/sophos.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/bekchy.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/expressionengine.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/watchguard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/transip.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/pentawaf.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/alertlogic.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/safe3.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/aesecure.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/kona.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/incapsula.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/crawlprotect.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/dotdefender.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/modsecurity.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/safedog.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/blockdos.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/senginx.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/squidproxy.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/f5firepass.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/yxlink.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/f5bigipltm.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/nemesida.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/missioncontrol.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/openresty.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/qiniu.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/west263cdn.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/netscaler.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/keycdn.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/beluga.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/shieldsecurity.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/safeline.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webtotem.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cerber.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/virusdie.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/nexusguard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/frontdoor.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/varnish.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/eisoo.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/airee.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/indusguard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/ibmdatapower.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/serverdefender.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/astra.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/uewaf.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/chinacache.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cdnns.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/imunify360.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/__init__.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/malcare.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/pksec.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/airlock.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cachefly.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/chuangyu.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/secupress.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/wordfence.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/f5bigipasm.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/onmessage.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cachewall.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/sabre.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/aliyundun.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webseal.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/rsfirewall.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/barikode.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/zenedge.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/nsfocus.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/secking.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/jiasule.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/siteguard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/perimeterx.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/denyall.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/profense.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/isaserver.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/squarespace.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webarx.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/ninja.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/oraclecloud.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cloudflare.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cloudfloordns.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/arvancloud.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cloudfront.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/wallarm.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/approach.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/aspa.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/secureentry.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/ciscoacexml.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/azion.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/stackpath.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/comodo.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/securesphere.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/fortiweb.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/anyu.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/aspnetgen.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/dynamicweb.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/dosarrest.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/puhui.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/bitninja.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/awswaf.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/f5bigipapm.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/baidu.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/sucuri.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/zscaler.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/yunsuo.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/cloudbric.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/edgecast.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/instartdx.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/secureiis.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/siteground.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/radware.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/barracuda.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/litespeed.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/yundun.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/distil.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/reblaze.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/huaweicloud.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/armor.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/paloalto.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/wzb360.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/hyperguard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/bluedon.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/f5trafficshield.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/viettel.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/xuanwudun.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/tencent.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/urlmaster.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/maxcdn.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/greywizard.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webray.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/xlabssecuritywaf.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/teros.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/ptaf.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/netcontinuum.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/binarysec.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/rvmode.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/anquanbao.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/naxsi.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webknight.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/nullddos.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/godaddy.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/knownsec.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/bulletproof.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/newdefend.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/janusec.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/webland.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/sonicwall.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/nevisproxy.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/wts.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/powercdn.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/plugins/shadowd.py -> build/bdist.linux-x86_64/egg/wafw00f/plugins
copying build/lib/wafw00f/__init__.py -> build/bdist.linux-x86_64/egg/wafw00f
copying build/lib/wafw00f/main.py -> build/bdist.linux-x86_64/egg/wafw00f
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/lib/asciiarts.py to asciiarts.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/lib/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/lib/evillib.py to evillib.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/wafprio.py to wafprio.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/manager.py to manager.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/urlscan.py to urlscan.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/fastly.py to fastly.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/sitelock.py to sitelock.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/limelight.py to limelight.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/sophos.py to sophos.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/bekchy.py to bekchy.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/expressionengine.py to expressionengine.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/watchguard.py to watchguard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/transip.py to transip.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/pentawaf.py to pentawaf.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/alertlogic.py to alertlogic.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/safe3.py to safe3.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/aesecure.py to aesecure.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/kona.py to kona.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/incapsula.py to incapsula.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/crawlprotect.py to crawlprotect.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/dotdefender.py to dotdefender.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/modsecurity.py to modsecurity.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/safedog.py to safedog.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/blockdos.py to blockdos.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/senginx.py to senginx.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/squidproxy.py to squidproxy.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/f5firepass.py to f5firepass.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/yxlink.py to yxlink.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/f5bigipltm.py to f5bigipltm.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/nemesida.py to nemesida.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/missioncontrol.py to missioncontrol.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/openresty.py to openresty.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/qiniu.py to qiniu.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/west263cdn.py to west263cdn.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/netscaler.py to netscaler.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/keycdn.py to keycdn.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/beluga.py to beluga.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/shieldsecurity.py to shieldsecurity.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/safeline.py to safeline.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webtotem.py to webtotem.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cerber.py to cerber.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/virusdie.py to virusdie.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/nexusguard.py to nexusguard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/frontdoor.py to frontdoor.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/varnish.py to varnish.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/eisoo.py to eisoo.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/airee.py to airee.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/indusguard.py to indusguard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/ibmdatapower.py to ibmdatapower.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/serverdefender.py to serverdefender.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/astra.py to astra.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/uewaf.py to uewaf.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/chinacache.py to chinacache.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cdnns.py to cdnns.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/imunify360.py to imunify360.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/malcare.py to malcare.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/pksec.py to pksec.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/airlock.py to airlock.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cachefly.py to cachefly.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/chuangyu.py to chuangyu.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/secupress.py to secupress.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/wordfence.py to wordfence.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/f5bigipasm.py to f5bigipasm.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/onmessage.py to onmessage.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cachewall.py to cachewall.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/sabre.py to sabre.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/aliyundun.py to aliyundun.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webseal.py to webseal.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/rsfirewall.py to rsfirewall.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/barikode.py to barikode.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/zenedge.py to zenedge.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/nsfocus.py to nsfocus.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/secking.py to secking.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/jiasule.py to jiasule.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/siteguard.py to siteguard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/perimeterx.py to perimeterx.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/denyall.py to denyall.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/profense.py to profense.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/isaserver.py to isaserver.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/squarespace.py to squarespace.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webarx.py to webarx.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/ninja.py to ninja.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/oraclecloud.py to oraclecloud.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cloudflare.py to cloudflare.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cloudfloordns.py to cloudfloordns.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/arvancloud.py to arvancloud.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cloudfront.py to cloudfront.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/wallarm.py to wallarm.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/approach.py to approach.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/aspa.py to aspa.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/secureentry.py to secureentry.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/ciscoacexml.py to ciscoacexml.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/azion.py to azion.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/stackpath.py to stackpath.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/comodo.py to comodo.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/securesphere.py to securesphere.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/fortiweb.py to fortiweb.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/anyu.py to anyu.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/aspnetgen.py to aspnetgen.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/dynamicweb.py to dynamicweb.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/dosarrest.py to dosarrest.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/puhui.py to puhui.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/bitninja.py to bitninja.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/awswaf.py to awswaf.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/f5bigipapm.py to f5bigipapm.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/baidu.py to baidu.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/sucuri.py to sucuri.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/zscaler.py to zscaler.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/yunsuo.py to yunsuo.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/cloudbric.py to cloudbric.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/edgecast.py to edgecast.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/instartdx.py to instartdx.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/secureiis.py to secureiis.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/siteground.py to siteground.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/radware.py to radware.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/barracuda.py to barracuda.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/litespeed.py to litespeed.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/yundun.py to yundun.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/distil.py to distil.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/reblaze.py to reblaze.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/huaweicloud.py to huaweicloud.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/armor.py to armor.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/paloalto.py to paloalto.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/wzb360.py to wzb360.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/hyperguard.py to hyperguard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/bluedon.py to bluedon.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/f5trafficshield.py to f5trafficshield.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/viettel.py to viettel.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/xuanwudun.py to xuanwudun.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/tencent.py to tencent.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/urlmaster.py to urlmaster.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/maxcdn.py to maxcdn.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/greywizard.py to greywizard.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webray.py to webray.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/xlabssecuritywaf.py to xlabssecuritywaf.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/teros.py to teros.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/ptaf.py to ptaf.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/netcontinuum.py to netcontinuum.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/binarysec.py to binarysec.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/rvmode.py to rvmode.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/anquanbao.py to anquanbao.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/naxsi.py to naxsi.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webknight.py to webknight.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/nullddos.py to nullddos.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/godaddy.py to godaddy.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/knownsec.py to knownsec.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/bulletproof.py to bulletproof.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/newdefend.py to newdefend.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/janusec.py to janusec.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/webland.py to webland.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/sonicwall.py to sonicwall.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/nevisproxy.py to nevisproxy.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/wts.py to wts.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/powercdn.py to powercdn.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/plugins/shadowd.py to shadowd.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/__init__.py to __init__.cpython-38.pyc
byte-compiling build/bdist.linux-x86_64/egg/wafw00f/main.py to main.cpython-38.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-3.8/wafw00f -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/wafw00f to 755
copying wafw00f.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wafw00f.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wafw00f.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wafw00f.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wafw00f.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
wafw00f.__pycache__.manager.cpython-38: module references __file__
creating 'dist/wafw00f-2.1.0-py3.8.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing wafw00f-2.1.0-py3.8.egg
removing '/usr/lib/python3.8/site-packages/wafw00f-2.1.0-py3.8.egg' (and everything under it)
creating /usr/lib/python3.8/site-packages/wafw00f-2.1.0-py3.8.egg
Extracting wafw00f-2.1.0-py3.8.egg to /usr/lib/python3.8/site-packages
wafw00f 2.1.0 is already the active version in easy-install.pth
Installing wafw00f script to /usr/bin

Installed /usr/lib/python3.8/site-packages/wafw00f-2.1.0-py3.8.egg
Processing dependencies for wafw00f==2.1.0
Searching for pluginbase==1.0.0
Best match: pluginbase 1.0.0
Processing pluginbase-1.0.0-py3.8.egg
pluginbase 1.0.0 is already the active version in easy-install.pth

Using /usr/lib/python3.8/site-packages/pluginbase-1.0.0-py3.8.egg
Searching for requests==2.18.4
Best match: requests 2.18.4
Adding requests 2.18.4 to easy-install.pth file

Using /usr/lib/python3.8/site-packages
Searching for PySocks==1.7.1
Best match: PySocks 1.7.1
Processing PySocks-1.7.1-py3.8.egg
PySocks 1.7.1 is already the active version in easy-install.pth

Using /usr/lib/python3.8/site-packages/PySocks-1.7.1-py3.8.egg
Searching for urllib3==1.22
Best match: urllib3 1.22
Adding urllib3 1.22 to easy-install.pth file

Using /usr/lib/python3.8/site-packages
Searching for chardet==3.0.4
Best match: chardet 3.0.4
Adding chardet 3.0.4 to easy-install.pth file
Installing chardetect script to /usr/bin

Using /usr/lib/python3.8/site-packages
Searching for certifi==2019.11.28
Best match: certifi 2019.11.28
Adding certifi 2019.11.28 to easy-install.pth file

Using /usr/lib/python3.8/site-packages
Searching for idna==2.6
Best match: idna 2.6
Adding idna 2.6 to easy-install.pth file

Using /usr/lib/python3.8/site-packages
0xInfection commented 4 years ago

Hey @shagunattri,

Thanks for pulling this up. Please try using a lower version of Python, i.e. v3.7 and tell us if this issue still exists (whether you can reproduce this same error) in the lower versions. :)

shagunattri commented 4 years ago

I installed wafw00f on lower versions of python i.e 2.7 seems to work fine and I was not able to reproduce the same erorrs,the latest versions error out but not the older ones.