httpx
Fast, multi-purpose HTTP probing toolkit.
KaliParrotlow
pkg: httpx-toolkit
httpx probes hosts for live HTTP(S) services and reports status, title, tech, TLS and more — the backbone of recon pipelines.
Syntax
httpx -l {hosts} [flags]
Example
subfinder -d t.tld | httpx -td -title -sc
Probes discovered subdomains, showing tech, title and status code.
Advantages
- Extremely fast probing
- Rich per-host metadata
Disadvantages
- Active requests
- Output needs filtering
Tags
#http#probe#recon
Official docs: httpx ↗
Related commands
Frequently asked questions
What is httpx used for?
httpx probes hosts for live HTTP(S) services and reports status, title, tech, TLS and more — the backbone of recon pipelines.
What is an example httpx command?
A common example is: subfinder -d t.tld | httpx -td -title -sc — Probes discovered subdomains, showing tech, title and status code.
Is httpx part of Kali Linux?
Yes. httpx ships with Kali Linux (and Parrot OS). If missing, install it with: sudo apt install httpx-toolkit.
What category of security tool is httpx?
httpx is a Information Gathering tool with a low-risk profile when run against a live target.
Try recon tools live
Run real scans against a domain you control, stage by stage.