FiloSottile / Heartbleed

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

Powershell Wrapper to Check Multiple IPs on a List #57

Open gzigg opened 10 years ago

gzigg commented 10 years ago

In case it helps others, here is a rudimentary basic Powershell script to check a list of IP addresses and execute the command on each. 4-8-2012 written to run the Heartbleed.exe command to check for vulnerable SSL servers. Assumes you installed GO programming language and Filippo's excellent Heartbleed.exe script. This was tested to work on Windows 7, 64 bit. List of IPs contains x.x.x.x:port separated by newline character (ex: 65.233.11.4:8443)