A checker (site and tool) for CVE-2014-0160
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 70 commits behind FiloSottile:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bleed
deploy
tls
.goxc.json
LICENSE
README.md
bleed.go
bleed_serve.go
heartbleed.filippo.io.py

README.md

Heartbleed

A checker (site and tool) for CVE-2014-0160.

Public site at http://filippo.io/Heartbleed/

Tool usage: Heartbleed example.com:443

Exit codes: 0 - SAFE; 1 - VULNERABLE; 2 - ERROR. (recently changed)

Please note that the code is a bit of a mess, not exactly release-ready.

Install

You will need Go 1.2.x, otherwise you get undefined: cipher.AEAD and other errors

go get github.com/FiloSottile/Heartbleed
go install github.com/FiloSottile/Heartbleed