httpx_probe
Probe HTTP services to identify active endpoints, analyze responses, and filter results by status codes or content length for security assessments.
Instructions
Execute HTTPx for HTTP probing with enhanced logging.
Args: targets: Target URLs or IPs target_file: File containing targets ports: Ports to probe methods: HTTP methods to use status_code: Filter by status code content_length: Show content length output_file: Output file path additional_args: Additional HTTPx arguments
Returns: HTTP probing results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_args | No | ||
content_length | No | ||
methods | No | GET | |
output_file | No | ||
ports | No | ||
status_code | No | ||
target_file | No | ||
targets | No |