whatweb_scan
Identify web technologies, CMS, frameworks, and WAF on a target URL by running WhatWeb scans. Select aggression level to balance stealth and thoroughness.
Instructions
Detect web technologies, CMS, frameworks, and WAF using WhatWeb.
Args: target: Target URL to fingerprint (e.g. https://example.com). aggression: Aggression level 1-4 (1=passive/stealthy, 3=aggressive, 4=heavy). timeout: Override default timeout in seconds.
Returns: Detected technologies, plugins, versions, and confidence levels.
Note: - Aggression level 1 sends a single request (safe for production). - Aggression 3+ sends many requests and may trigger WAF/IDS alerts. - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| timeout | No | ||
| aggression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||