httpx Command Examples

A fast and multi-purpose HTTP toolkit written in Go to run multiple probes at once. Note: not to be confused with the unrelated Python's HTTPX which has the same command name. More information: https://github.com/projectdiscovery/httpx.

httpx -probe -u {{url|host|ipaddress|subnet_with_cidr}}

subfinder -d {{example.com}} | httpx -sc

httpx -rl {{150}} -l {{path/to/newline_separated_hosts_list}} -td -rt

httpx -u {{url}} -title -cdn -hash {{sha256}}

httpx -probe -u {{host1,host2,...}} -p http:{{80,8000-8080}},https:{{443,8443}} -timeout {{10}}

httpx -u {{host1,host2,...}} -fc {{400,401,404}}

httpx -u {{host1,host2,...}} -mc {{200,301,304}}

httpx -u {{https://www.github.com}} -path {{/tldr-pages/tldr,/projectdiscovery/httpx}} -ss -st {{10}}