Options (5)
-u, --urlbooleanDetect protection on a single URL, optionally use verbose output
whatwaf {{[-u|--url]}} {{https://example.com}} --verbose-t, --threadsbooleanDetect protection on a list of URLs in parallel from a file (one URL per line)
whatwaf {{[-t|--threads]}} {{number}} {{[-l|--list]}} {{path/to/file}}-l, --listbooleanDetect protection on a list of URLs in parallel from a file (one URL per line)
whatwaf {{[-t|--threads]}} {{number}} {{[-l|--list]}} {{path/to/file}}-p, --payloadsbooleanSend requests through Tor (Tor must be installed) using custom payloads (comma-separated)
whatwaf --tor {{[-p|--payloads]}} '{{payload1,payload2,...}}' {{[-u|--url]}} {{https://example.com}}-P, --postbooleanUse a random user-agent, set throttling and timeout, send a POST request, and force HTTPS connection
whatwaf --ra --throttle {{seconds}} --timeout {{seconds}} {{[-P|--post]}} --force-ssl {{[-u|--url]}} {{http://example.com}}Examples (7)
Detect protection on a single URL, optionally use verbose output
whatwaf [-u|--url] https://example.com --verboseDetect protection on a list of URLs in parallel from a file (one URL per line)
whatwaf [-t|--threads] number [-l|--list] path/to/fileSend requests through a proxy and use custom payload list from a file (one payload per line)
whatwaf --proxy http://127.0.0.1:8080 --pl path/to/file [-u|--url] https://example.comSend requests through Tor (Tor must be installed) using custom payloads (comma-separated)
whatwaf --tor [-p|--payloads] 'payload1,payload2,...' [-u|--url] https://example.comUse a random user-agent, set throttling and timeout, send a POST request, and force HTTPS connection
whatwaf --ra --throttle seconds --timeout seconds [-P|--post] --force-ssl [-u|--url] http://example.comList all WAFs that can be detected
whatwaf --wafsList all available tamper scripts
whatwaf --tampers