Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Powershell Wrapper to Check Multiple IPs on a List #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gzigg
Copy link

@gzigg gzigg commented Apr 9, 2014

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)

In case it helps others, here is a 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant