Probe additional ports with a given protocol

httprobe

  • Take a list of domains and probe for working HTTP and HTTPS servers.
    More information: <https://github.com/tomnomnom/httprobe>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

cat {{input_file}} | httprobe -p {{https:2222}}

click the source code to copy