http_probe
Send a single HTTP(S) request to a target and receive a structured result including status, headers, timing, redirect chain, page title, and body size. Accepts bare host or full URL for web reconnaissance.
Instructions
Send a single HTTP(S) request to an in-scope target and return a structured result: status, reason, response headers, timing, the full redirect chain, page title and body size. Accepts a bare host (defaults to https) or a full URL. The primary building block for web recon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | GET | |
| target | Yes | ||
| verify_tls | No | ||
| follow_redirects | No |