Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1110 CNY

100%

CVE-2014-0160 PoC — OpenSSL 缓冲区错误漏洞

Source
Associated Vulnerability
Title:OpenSSL 缓冲区错误漏洞 (CVE-2014-0160)
Description:The (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do not properly handle Heartbeat Extension packets, which allows remote attackers to obtain sensitive information from process memory via crafted packets that trigger a buffer over-read, as demonstrated by reading private keys, related to d1_both.c and t1_lib.c, aka the Heartbleed bug.
Description
A checker (site and tool) for CVE-2014-0160
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
File Snapshot

[4.0K] /data/pocs/ae8d793a08ef843c18d3a98f8a152a6e3c5e49ad ├── [4.0K] deploy │   ├── [ 914] ansible.yml │   ├── [1.1K] decommission.yml │   ├── [ 138] log.sh │   ├── [ 195] Makefile │   ├── [ 158] run.sh │   └── [1.7K] stats.py ├── [4.0K] heartbleed │   ├── [3.0K] heartbleed.go │   ├── [1.4K] heartbleed_test.go │   ├── [2.2K] starttls.go │   ├── [4.0K] tls │   │   ├── [2.5K] alert.go │   │   ├── [9.1K] cipher_suites.go │   │   ├── [ 17K] common.go │   │   ├── [ 28K] conn.go │   │   ├── [3.0K] generate_cert.go │   │   ├── [ 16K] handshake_client.go │   │   ├── [ 28K] handshake_messages.go │   │   ├── [ 18K] handshake_server.go │   │   ├── [ 12K] key_agreement.go │   │   ├── [8.2K] prf.go │   │   ├── [4.1K] ticket.go │   │   └── [7.5K] tls.go │   └── [1.9K] tls.patch ├── [1.1K] LICENSE ├── [4.0K] logger │   └── [ 873] main.go ├── [1.6K] main.go ├── [ 888] README.md └── [4.0K] server ├── [4.0K] cache │   └── [5.0K] ddb.go ├── [4.6K] main.go ├── [ 758] old.py ├── [ 916] README.md ├── [ 484] SAMPLE.aws-config.json └── [4.0K] _third_party └── [4.0K] github.com ├── [4.0K] docopt │   └── [4.0K] docopt-go │   ├── [ 28K] docopt.go │   ├── [ 42K] docopt_test.go │   ├── [ 891] example_test.go │   ├── [1.1K] LICENSE │   ├── [2.5K] README.md │   ├── [ 12K] testcases.docopt │   └── [ 126] test_golang.docopt ├── [4.0K] howeyc │   └── [4.0K] fsnotify │   ├── [ 919] AUTHORS │   ├── [4.9K] CHANGELOG.md │   ├── [ 210] CONTRIBUTING.md │   ├── [ 635] example_test.go │   ├── [ 14K] fsnotify_bsd.go │   ├── [2.2K] fsnotify.go │   ├── [9.6K] fsnotify_linux.go │   ├── [ 297] fsnotify_open_bsd.go │   ├── [ 251] fsnotify_open_darwin.go │   ├── [1.9K] fsnotify_symlink_test.go │   ├── [ 26K] fsnotify_test.go │   ├── [ 15K] fsnotify_windows.go │   ├── [1.5K] LICENSE │   └── [2.3K] README.md └── [4.0K] smugmug ├── [4.0K] goawsroles │   ├── [4.0K] roles │   │   └── [1.4K] roles.go │   └── [4.0K] roles_files │   ├── [7.7K] roles_files.go │   └── [2.0K] roles_files_test.go └── [4.0K] godynamo ├── [4.0K] authreq │   └── [4.5K] authreq.go ├── [4.0K] auth_v4 │   ├── [6.5K] auth_v4.go │   └── [4.0K] tasks │   └── [3.3K] tasks.go ├── [4.0K] aws_const │   └── [ 999] aws_const.go ├── [4.0K] conf │   ├── [3.6K] conf.go │   └── [1.8K] SAMPLE-aws-config.json ├── [4.0K] conf_file │   └── [4.5K] conf_file.go ├── [4.0K] endpoint │   └── [6.4K] endpoint.go ├── [4.0K] endpoints │   ├── [4.0K] get_item │   │   ├── [4.3K] get_item.go │   │   └── [1.7K] get_item_test.go │   └── [4.0K] put_item │   ├── [5.4K] put_item.go │   └── [3.2K] put_item_test.go ├── [4.0K] keepalive │   └── [ 855] keepalive.go └── [4.0K] types ├── [4.0K] attributedefinition │   └── [ 360] attributedefinition.go ├── [4.0K] attributesresponse │   └── [1006] attributesresponse.go ├── [4.0K] attributestoget │   └── [ 263] attributestoget.go ├── [4.0K] attributevalue │   ├── [ 16K] attributevalue.go │   └── [6.0K] attributevalue_test.go ├── [4.0K] aws_strings │   └── [1.4K] aws_strings.go ├── [4.0K] capacity │   ├── [1.7K] capacity.go │   └── [ 879] capacity_test.go ├── [4.0K] cast │   └── [ 606] cast.go ├── [4.0K] expected │   ├── [2.1K] expected.go │   └── [ 758] expected_test.go ├── [4.0K] expressionattributenames │   └── [ 238] expressionattributenames.go ├── [4.0K] globalsecondaryindex │   ├── [2.8K] globalsecondaryindex.go │   └── [ 813] globalsecondaryindex_test.go ├── [4.0K] item │   ├── [ 890] item.go │   └── [1000] item_test.go ├── [4.0K] itemcollectionmetrics │   ├── [ 867] itemcollectionmetrics.go │   └── [ 599] itemcollectionmetrics_test.go ├── [4.0K] keydefinition │   └── [ 179] keydefinition.go ├── [4.0K] localsecondaryindex │   ├── [2.4K] localsecondaryindex.go │   └── [ 709] localsecondaryindex_test.go ├── [4.0K] nullable │   └── [ 737] nullable.go ├── [4.0K] provisionedthroughput │   └── [ 541] provisionedthroughput.go └── [4.0K] returnvalues └── [ 47] returnvalues.go 46 directories, 92 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →