EnableSecurity / wafw00f

WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.

Home Page:https://www.enablesecurity.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python setup.py install command not work

Druyaj018 opened this issue · comments

Hi,
python setup.py install command not work
notwork

I got the same problem.

I try to flip the install command and just go to use the wafw00f instead, this time it works...maybe it had been installed when clone done,and the py command is for another version provided.

@Druyaj018 @Se5sion

Hi there,
You can install my fork for now - https://github.com/foozzi/wafw00f
I have added the 'Hatch' project manager.

commented

@Druyaj018 @Se5sion running pip install --upgrade setuptools solved it for me