httpx_probe
Probe HTTP services on a host or URL list to retrieve status codes, page titles, and detected technologies. Useful for triaging large host lists after subdomain enumeration.
Instructions
Probe HTTP services on a host or URL list using ProjectDiscovery httpx.
httpx performs fast HTTP probing with optional technology detection, status code enumeration, and title extraction. Useful for quickly triaging large host lists after subdomain enumeration.
Args: target: Target URL or host to probe (e.g. "https://example.com"). threads: Number of concurrent threads (default 50, max 200). detect_tech: Enable technology detection (default True). timeout: Override scan timeout in seconds.
Returns: HTTP probe results with status codes, titles, and detected technologies.
Note: - Target must be in tengu.toml [targets].allowed_hosts. - Uses ProjectDiscovery httpx CLI tool (not the Python httpx library).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| threads | No | ||
| timeout | No | ||
| detect_tech | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||