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
Network Scanner for OpenSSL Memory Leak (CVE-2014-0160) 
Readme
# Heartbleed Scanner

<b>Network Scanner for OpenSSL Memory Leak (CVE-2014-0160) </b>

-t parameter to optimize the timeout in seconds.<br/>
-f parameter to log the memleak of vulnerable systems.<br/>
-n parameter to scan entire network.<br/>
-i parameter to scan from a list file. Useful if you already have targets.<br/>
-r parameter to randomize the IP addresses to avoid linear scanning.<br/>
-s parameter to exploit services that requires plaintext command to start SSL/TLS (HTTPS/SMTP/POP3/IMAP)<br/>
<br/><br/>
Sample usage :<br/> 
To scan your local 192.168.1.0/24 network for HB vulnerability (https/443) and save the leaks into a file:<br/>
  <i>python heartbleedscan.py -n 192.168.1.0/24 -f localscan.txt -r</i> <br/>
To scan the same network against SMTP Over SSL/TLS and randomize the IP addresses<br/>
  <i>python heartbleedscan.py -n 192.168.1.0/24 -p 25 -s SMTP -r/i><br/>
If you already have a target list which you created by using nmap/zmap<br/>
  <i>python heartbleedscan.py -i targetlist.txt /i><br/>
<br/><br/>
Enjoy.<br/><br/>

-bc
File Snapshot

[4.0K] /data/pocs/3ea7887e0bf9fa9dc9f3881533eb6a959fcf62ac ├── [8.4K] heartbleedscan.py └── [1.0K] README.md 0 directories, 2 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 →