analyze
Identify digital fingerprints by passively examining pre-collected HTTP headers, HTML source, or service banners.
Instructions
Passive analysis of pre-collected data. No network calls. Supports three modes: headers (HTTP header fingerprinting), html (HTML source analysis), banner (service banner identification).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL context for headers/html analysis | |
| html | No | HTML source code (for type=html) | |
| port | No | Port number context for banner analysis | |
| type | Yes | Analysis type | |
| banner | No | Service banner string (for type=banner) | |
| headers | No | HTTP response headers (for type=headers) |