Tests your servers for OpenSSL CVE-2014-0160 aka Heartbleed.
WARNING: This is very untested, and you should verify the results independently. Pull requests welcome.
$ heartbleeder example.com
INSECURE - example.com:443 has the heartbeat extension enabled and is vulnerable
Binaries are available on the releases page.
Build from source by running go get github.com/titanous/heartbleeder
, which
will put the code in $GOPATH/src/github.com/titanous/heartbleeder
and a binary
at $GOPATH/bin/heartbleeder
.
The TLS implementation was borrowed from the Go standard library.