whatweb_fingerprint
Identify the web technologies behind a target site, including CMS, frameworks, servers, and libraries. Provide an in-scope URL and optional aggression level to get a structured fingerprint.
Instructions
Fingerprint web technologies used by an in-scope site (whatweb).
TOOL_NAME=whatweb_fingerprint DISPLAY_NAME=Web Technology Fingerprinter USECASE=Identify CMS, frameworks, servers, and libraries used by a target web app INSTRUCTIONS=1. Ensure host is in scope, 2. Provide URL and optional aggression level, 3. Call INPUT_DESCRIPTION=target (URL); aggression (1=stealthy .. 3=aggressive, default 1) OUTPUT_DESCRIPTION=Dict with status, fingerprint output, command and mode EXAMPLES=whatweb_fingerprint("https://example.com") PREREQUISITES=Host authorized and in scope RELATED_TOOLS=nikto_scan, nuclei_scan
Args: target: URL to fingerprint (must be in scope). aggression: whatweb aggression level (1-4).
Returns: Structured result dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| aggression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||