wafw00f icon indicating copy to clipboard operation
wafw00f copied to clipboard

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

Results 22 wafw00f issues
Sort by recently updated
recently updated
newest added

Hi Team, I found an way to execute wafw00f on Windows: `cd C:\Temp && powershell -Command wget -O C:\temp\wafw00f.zip https://github.com/EnableSecurity/wafw00f/archive/master.zip && powershell -Command Expand-Archive -Path C:\Temp\wafw00f.zip -DestinationPath C:\Temp\ -force &&...

Hi everyone If the request can't be responsed in 7 seconds or blocked by WAF, the function of **identwaf** will stop to detect and return with exception **RequestBlocked**. As we...

HI, when running wafw00f it is returning me this error. ![image](https://user-images.githubusercontent.com/28679008/191576624-7d628468-9e31-401c-bccf-bbc7a46af655.png) could someone support?

ANSI colors in the output interfere with the automatic processing of results. I've added a CLI option to disable colors (`--no-colors`). This required me to also make changes to how...

#### Which category is this pull request? - [x] A new feature/enhancement. - [ ] Fix an issue/feature-request. - [ ] An improvement to existing modules. - [ ] Other...

Hello. I'm creating a port scanning tool. and I will add web firewall detection to my tool using the wafw00f module. Can you give an example code that works with...

Hello. I'm creating a port scanning tool. and I will add web firewall detection to my tool using the wafw00f module. Can you give an example code that works with...

**Describe the bug** Some websites are seen as down by wafw00f, but this websites are up. **To Reproduce** wafw00f https://www.tesla.com RESULT IN: [*] Checking https://www.tesla.com ERROR:wafw00f:Something went wrong HTTPSConnectionPool(host='www.tesla.com', port=443):...

Hi, python setup.py install command not work ![notwork](https://github.com/EnableSecurity/wafw00f/assets/112065021/aadbf0f8-eb7e-444e-b3da-6e9bb1eb3d2f)

New, modern project manager [Hatch](https://hatch.pypa.io/latest/) - removed old and unused directories - added the new project manager according to [PEP621](https://peps.python.org/pep-0621/), (https://github.com/pypa/pip/issues/12330) #### Which category is this pull request? - [x]...