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.17k stars 924 forks source link

python setup.py install command not work #185

Closed Druyaj018 closed 2 months ago

Druyaj018 commented 11 months ago

Hi, python setup.py install command not work notwork

Se5sion commented 11 months ago

I got the same problem.

Se5sion commented 11 months ago

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.

foozzi commented 10 months ago

@Druyaj018 @Se5sion

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

ism commented 6 months ago

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

0xInfection commented 2 months ago

closing this issue as ism found a fix for it.