Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FiloSottile/Heartbleed
A checker (site and tool) for CVE-2014-0160
https://github.com/FiloSottile/Heartbleed
Last synced: 19 days ago
JSON representation
A checker (site and tool) for CVE-2014-0160
- Host: GitHub
- URL: https://github.com/FiloSottile/Heartbleed
- Owner: FiloSottile
- License: mit
- Created: 2014-04-07T23:03:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T09:17:24.000Z (over 3 years ago)
- Last Synced: 2024-10-15T09:20:14.851Z (30 days ago)
- Language: Go
- Homepage: http://filippo.io/Heartbleed
- Size: 1.99 MB
- Stars: 2,307
- Watchers: 117
- Forks: 463
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Heartbleed
==========A checker (site and tool) for CVE-2014-0160.
Public site at https://filippo.io/Heartbleed/
Tool usage:
```
Heartbleed [-service="service_name"] example.com[:443]
Heartbleed service_name://example.com[:443]
```Exit codes: `0` - SAFE; `1` - VULNERABLE; `2` - ERROR. (*recently changed*)
See the [online FAQ](http://filippo.io/Heartbleed/faq.html) for an explanation of error messages including `TIMEOUT` and `BROKEN PIPE`.
If a service name is specified besides `https`, the tool checks the specified service using STARTTLS.
**You do still need to specify the correct port.**## Install
You will need Go >= 1.2, otherwise you'll get `undefined: cipher.AEAD` and other errors
```
go get github.com/FiloSottile/Heartbleed
```You can also use Docker to get a ready to run virtual machine with Heartbleed: https://github.com/kasimon/docker-heartbleed