whatweb_fingerprint
Fingerprint a target URL's web technologies, CMS, frameworks, server software, and plugin versions on a remote Kali machine via PwnBridge.
Instructions
Run WhatWeb web technology fingerprinting against a target URL on the remote Kali machine. Identifies web technologies, CMS, frameworks, server software, and plugin versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to fingerprint. Example: "http://target.example.com" | |
| aggression | No | Aggression level: 1=stealthy (single request), 2=unused, 3=aggressive (try many paths), 4=heavy. Default: 1 |