TiloBox
Back to directory
httpx project preview

httpx

Fast and multi-purpose HTTP toolkit that allows running multiple probes concurrently.

LicenseMIT
GitHub stars7.5k
Last commit1 weeks ago
Tags5 topics
Tls InspectionProjectdiscovery HttpxWeb FingerprintingHttp ProbeSecurity
Overview

Why consider httpx?

httpx is an open-source HTTP probing and technology fingerprinting CLI written in Go by ProjectDiscovery. httpx verifies alive web hosts, extracts HTTP status codes, parses TLS certificate subject names, and detects web tech stacks at scale across thousands of domains per second.

Guided learning

Learn httpx by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of httpx

httpx inspects HTTP services and identifies running technologies across lists of hostnames.

Quickstart

bash
1go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
2cat subdomains.txt | httpx -title -status-code -tech-detect

httpx is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

httpx FAQs

httpx is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

httpx is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

httpx is listed as an alternative to ZAP. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.