httprobe
Take a list of domains and probe for working http and https servers.
Details
Category: Network
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/httprobe:5555984
Source URL: https://github.com/tomnomnom/httprobe
Parameters
domains
file
requiredCommand:
- List of domainsthreads
string
Command:
-c
- Number of threadstimeout
string
Command:
-t
- Timeout in milliseconds.prefer-https
boolean
Command:
--prefer-https
- If you don't care about checking HTTP if HTTPS is working.protocol-port
string
Command:
-p
- By default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.protocol-port-2
string
Command:
-p
- By default httprobe checks for HTTP on port 80 and HTTPS on port 443. You can add additional probes with this flag specifying protocol:port.skip-standard-ports
boolean
Command:
-s
- If you don't want to probe for HTTP on port 80 or HTTPS on port 443, you can use this parameter. In that case, you need to specify the probes you do want using the protocol-port.