# tomnomnom/httprobe

Take a list of domains and probe for working HTTP and HTTPS servers

Repository: https://github.com/tomnomnom/httprobe
Canonical: https://ross.abutalabs.com/products/httprobe
Language: Go
License: MIT
License Family: permissive
Last push: 2024-06-22T22:47:09+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3501, "days_push": 802, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3119, forks 524 (observed 2026-08-28T04:07:44.258493+00:00)

## What it is
httprobe is a Go command-line tool that takes a list of domains on stdin and probes for working HTTP and HTTPS servers, reporting which respond. It supports custom protocol/port probes, configurable concurrency and timeouts, and a prefer-HTTPS mode.

## Use cases
- check which domains in a list have live web servers
- probe subdomains for http and https during recon
- find web services on non-standard ports like 8443
- filter alive hosts from a bug bounty target list
- quickly verify which endpoints serve https

## When to choose
- you need a fast, scriptable stdin/stdout tool for checking live web servers across many domains
- you want a lightweight single-purpose utility that fits into a recon or asset-discovery pipeline
- you need configurable concurrency and timeouts for large domain lists

## When to avoid
- you need full port scanning or service fingerprinting rather than just HTTP/HTTPS checks
- you want a GUI or a hosted service with dashboards and history
- you need deep crawling or content analysis of the discovered servers

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: http-client, networking, web-scraping, cli
- domain: security, developer-tools, networking
- platform: windows, cli, go
- tags: recon, osint, bug-bounty, stdin-stdout, port-scanning, unix-philosophy, command-line, linux, macos, docker

## Member repositories
- tomnomnom/httprobe (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:44.258493+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:26:38.298842+00:00, confidence not recorded.
  - readme: https://github.com/tomnomnom/httprobe (fetched 2026-08-28T04:07:44.258493+00:00, sha 375e233578c9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
