Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
heartbleedscanner — Network Scanner for OpenSSL Memory Leak (CVE-2014-0160) | Kitploit
Tools/GitHubGitHub/hybridus/heartbleedscanner
Vulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubhybridus/heartbleedscanner

heartbleedscanner

Network Scanner for OpenSSL Memory Leak (CVE-2014-0160)

View Repository
111110 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Heartbleed Scanner

Network Scanner for OpenSSL Memory Leak (CVE-2014-0160)

-t parameter to optimize the timeout in seconds.
-f parameter to log the memleak of vulnerable systems.
-n parameter to scan entire network.
-i parameter to scan from a list file. Useful if you already have targets.
-r parameter to randomize the IP addresses to avoid linear scanning.
-s parameter to exploit services that requires plaintext command to start SSL/TLS (HTTPS/SMTP/POP3/IMAP)


Sample usage :
To scan your local 192.168.1.0/24 network for HB vulnerability (https/443) and save the leaks into a file:
python heartbleedscan.py -n 192.168.1.0/24 -f localscan.txt -r
To scan the same network against SMTP Over SSL/TLS and randomize the IP addresses
python heartbleedscan.py -n 192.168.1.0/24 -p 25 -s SMTP -r/i>
If you already have a target list which you created by using nmap/zmap
python heartbleedscan.py -i targetlist.txt /i>


Enjoy.

-bc

Download Tool