httprobe
Basic Usage Examples
Probing Multiple Domains
To run httprobe against multiple domains and get URLs of running HTTP and HTTPS servers, pass a list of domains contained within a file to the domains
input (type file
).
trickest.com
trickest.io
Improvements
Multi-threaded Probing
Httprobe is designed to maintain result reliability with an increased number of threads. To enable concurrency, pass desired number of threads to the threads
input (type string
).
Extra Probes
By default httprobe checks for HTTP on port 80 and HTTPS on port 443. To add additional probes, pass a pair of protocol and additional port to be probe to the protocol-port
and protocol-port-2
inputs (type string
):
Timeout
Specify a timeout value in milliseconds for any single thread by passing desired value to the timeout input (type string
).