LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

httprobe

takes a list of domains from stdin and probes for working HTTP and HTTPS servers

TLDR

Probe domains from stdin
$ cat [subdomains.txt] | httprobe
copy
Probe with concurrency
$ cat [subdomains.txt] | httprobe -c [50]
copy
Probe specific ports
$ cat [subdomains.txt] | httprobe -p [http:8080] -p [https:8443]
copy
Skip default ports
$ cat [subdomains.txt] | httprobe -s
copy
Set timeout
$ cat [subdomains.txt] | httprobe -t [5000]
copy
Prefer HTTPS
$ cat [subdomains.txt] | httprobe --prefer-https
copy

SYNOPSIS

httprobe [options]

DESCRIPTION

httprobe takes a list of domains from stdin and probes for working HTTP and HTTPS servers. It outputs URLs of domains that respond to requests. Commonly used in bug bounty workflows after subdomain enumeration to filter down to live web servers before further testing.

PARAMETERS

-c n

Concurrency level (default 20).
-p proto:port
Add port to probe (e.g., http:8080).
-s
Skip default ports (80, 443).
-t ms
Timeout in milliseconds (default 10000).
--prefer-https
Only output HTTPS when both work.

INSTALL

sudo dnf install httprobe
copy
nix profile install nixpkgs#httprobe
copy

CAVEATS

Written in Go with minimal ongoing maintenance; httpx from ProjectDiscovery is a more actively developed alternative with additional probing and fingerprinting features.

HISTORY

httprobe was written by Tom Hudson ("tomnomnom"), a security researcher known for a suite of small, composable Go tools (including anew, waybackurls, and gf) widely used in bug bounty and recon pipelines.

SEE ALSO

httpx(1), curl(1), subfinder(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid