"Fast HTTP/HTTPS prober — discover live hosts, technologies, redirects, and response details."
httpx is the essential first step before running any deeper web scanner. It probes each target over HTTP and HTTPS, determines if the host is alive and responding, and collects a wealth of information from the response: status codes, titles, content-type, server headers, redirect chains, content length, and detected technologies.
For bulk scanning scenarios, running httpx first across all discovered subdomains tells you which ones are live HTTP services worth scanning further. Dead hosts, HTTPS redirects, and parked domains are identified immediately — saving hours of scanner time on targets that aren't real web applications.
httpx has no configurable options in PTK — it runs with sensible defaults and completes in seconds per host.