tomnomnom / httprobe

Take a list of domains and probe for working HTTP and HTTPS servers
MIT License
2.84k stars 500 forks source link

Document the port ranges feature in the README #23

Open meme-lord opened 4 years ago

meme-lord commented 4 years ago

It's handy that you've built in a list of common ports but users have to read the code to figure out how to use that feature! For anyone reading this you can use it by doing cat list.txt | httprobe -c 50 -p xlarge

DanaEpp commented 4 years ago

That's a great find @meme-lord . Thanks for sharing.