Skip to content

quiffman/Heartbleed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/quiffman/Heartbleed
go install github.com/quiffman/Heartbleed

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%