Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
coronary — 针对 CVE-2014-0160/Heartbleed 测试 CIDR 块 | Kitploit
工具/GitHubGitHub/amerine/coronary
漏洞扫描器漏洞分析信息收集网络安全渗透测试
GitHubamerine/coronary

coronary

针对 CVE-2014-0160/Heartbleed 测试 CIDR 块

查看仓库
2112年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

coronary

测试 CIDR 块是否存在 OpenSSL CVE-2014-0160(又名 Heartbleed)漏洞。

灵感来自 Jonathan Rudenberg 的 heartbleeder。

使用

root@kitploit:~
$ coronary 192.168.1.0/24
Scanning: 192.168.1.11/22
VULNERABLE - 192.168.1.71:443 has the heartbeat extension enabled and is vulnerable to CVE-2014-0160
SECURE - 192.168.1.119:443 does not have the heartbeat extension enabled
VULNERABLE - 192.168.1.72:443 has the heartbeat extension enabled and is vulnerable to CVE-2014-0160
VULNERABLE - 192.168.1.142:443 has the heartbeat extension enabled and is vulnerable to CVE-2014-0160
SECURE - 192.168.1.180:443 does not have the heartbeat extension enabled

安装

使用 go get 从源代码构建(例如 go get github.com/amerine/coronary)

下载工具