## https://sploitus.com/exploit?id=1369171E-039C-553E-A06D-FF6DD8BE945A
PoC exploit for CVE-2014-0160 (Heartbleed). The target product/service is OpenSSL, and the vulnerability class/vector is memory disclosure (specifically, the ability to extract private keys). The probable entry point is the ssl3_write_bytes() function, which is sometimes exported in OpenSSL libraries. The exploit is typically invoked by running the heartleech program, which can be built from scratch using the provided Makefile and OpenSSL source code. Preconditions for exploitation include a vulnerable version of OpenSSL, and the exploit can be used to download private keys from affected systems. Expected impact includes the extraction of sensitive information, such as private keys.