provocativo_
back to the arsenal
// arsenal·Recon & OSINTBeginnerFOSS

httpx

Fast HTTP probe — status codes, titles, fingerprints, screenshots.

Recon & OSINT

$ httpx --help

httpx

// what it is

Description

Companion to subfinder and dnsx. Pipe in a list of hosts; out comes status codes, page titles, response sizes, web technology fingerprints, and optionally screenshots. ProjectDiscovery's web-recon workhorse.

// use cases

What people use it for

  • Filter a subdomain list to live HTTP services
  • Pipeline screenshots for quick visual triage
  • Tech fingerprinting (Wappalyzer-style) at scale

// commands

The commands you'll type

Probe + titles

$ httpx -l hosts.txt -title -status-code -tech-detect

Screenshot dump

$ httpx -l hosts.txt -screenshot -srd ./shots

// facts

category
Recon & OSINT
platforms
LIN · WIN · MAC
license
FOSS
difficulty
Beginner

// related in Recon & OSINT