wafw00f_scan
Detect Web Application Firewalls (WAF) on a target URL to identify defensive products before active scanning, preventing false negatives.
Instructions
Detect Web Application Firewalls (WAF) protecting a target using WafW00f.
Identifies WAF products (Cloudflare, AWS WAF, ModSecurity, etc.) before active scanning to avoid false negatives and detection.
Args: target: Target URL to check (e.g. "https://example.com"). detect_all: If True, try to detect all WAFs instead of stopping at first match. timeout: Override scan timeout in seconds.
Returns: WAF detection results with product names, confidence, and detection evidence.
Note: - Target must be in tengu.toml [targets].allowed_hosts. - Run this before active scans to understand defensive posture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| timeout | No | ||
| detect_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||