FiloSottile / Heartbleed

A checker (site and tool) for CVE-2014-0160
http://filippo.io/Heartbleed
MIT License
2.31k stars 465 forks source link

Bulk list checker? #39

Closed TryTryAgain closed 2 years ago

TryTryAgain commented 10 years ago

Any possibility we can get a text box which can parse line by line so it would be possible to check a batch? Not sure if that would be too much load. Thanks

yakatz commented 10 years ago

You can always download the program and run it in a batch file on your own computer.

  1. Download and install GO
  2. See the instructions in this project's README
TryTryAgain commented 10 years ago

Cool. This works well. I'd like to now script it so I can color code those that are vulnerable. Thanks.

xargs -0 -n 1 Heartbleed < <(tr \n \0 <list.txt)