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
Command:
- List of domainsCommand:
-c
- Number of threadsCommand:
-t
- Timeout in milliseconds.Command:
--prefer-https
- If you don't care about checking HTTP if HTTPS is working.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.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.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.