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

Unable to run against single WAF with -t

adubaldo opened this issue · comments

Describe the bug
Issue on wafw00f v 2.1 when -t arguments is provided.
Err: WAF [waf-name] was not found in our list

To Reproduce
(example) wafw00f -t Wordfence https://www.example.org

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Linux
  • OS version, distribution: Ubuntu 19.10 and Kali Linux
  • Python version: python 2.7 and python 3.7.5

Debug output
Paste the output that you get when passing -vv to wafw00f : N/A

# wafw00f -t Wordfence https://www.example.org
WAF Wordfence was not found in our list
Use the --list option to see what is available

but

# wafw00f -l | grep Wordfence
Wordfence (Feedjit)

Not a bug. Missing single quotes in the argument -t ' Wordfence (Feedjit)'