
httprobe
List of commands for httprobe:
-
httprobe:tldr:32308 httprobe: Probe a list of domains from a text file.$ cat ${input_file} | httprobetry on your machineexplain this command
-
httprobe:tldr:8d8ad httprobe: Probe additional ports with a given protocol.$ cat ${input_file} | httprobe -p ${https:2222}try on your machineexplain this command
-
httprobe:tldr:e29d6 httprobe: Only check for HTTP if HTTPS is not working.$ cat ${input_file} | httprobe --prefer-httpstry on your machineexplain this command
-
httprobe:tldr:fa37c httprobe: Output all available options.$ httprobe --helptry on your machineexplain this command