Lucene search
+L

459 matches found

Kitploit
Kitploit
added 2026/09/13 6:29 a.m.8 views

cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS

This check is for demostration only. cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS Targets the OpenSSL product directly on discovered HTTP and HTTPS services. This does not check for OpenSSL 1.0.2-beta which is vulnerable. Also, OpenSSL is commonly packaged into other software and better targeted ...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/13 5:58 a.m.5 views

CVE-2014-0160-Scanner

CVE-2014-0160-Scanner This is a simple php command line script to check an array of domains for the CVE-2014-0160 vuln to run: php index.php Credits: It uses the service provided by http://filippo.io/Heartbleed/...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/13 4:39 a.m.5 views

CVE-2014-0160.

CVE-2014-0160 Lab setup using Heartbleed to leak memory of webapps This repo focuses on building a container to create an environment to easily exploit nginx using the Heartbleed technique, focusing on: Setting up environment using Docker Server setup diagram Demo steps Server diagram The...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/13 4:19 a.m.5 views

patch-openssl-CVE-2014-0160

patch-openssl-CVE-2014-0160 Patch openssl heartbleed with ansible Usage : root@kitploit: pip install ansible ansible-playbook -i yourinventoryfile patch-openssl-CVE-2014-0160.yml yourinventoryfile just need to contain your server list : root@kitploit: 192.168.0.10 webserver1.example.com...

7.5CVSS7.4AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/13 3:54 a.m.6 views

heartbleed-PoC

Heartbleed 概念验证 使用服务器 https://www.cloudflarechallenge.com/ 来尝试此攻击的一个 Heartbleed 攻击示例。 首先,我读过的关于这个主题的两个最佳解释: http://www.seancassidy.me/diagnosis-of-the-openssl-heartbleed-bug.html http://xkcd.com/1354/ 漏洞利用 该漏洞利用首先向服务器 cloudflarechallenge.com 发送握手请求,以通过 TLS 建立安全连接。然后函数 hithbs 发送一个典型的心跳请求:...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 2:34 a.m.8 views

heartbleed-proof-of-concept

Heartbleed CVE-2014-0160 环境搭建 你需要 docker 才能完成环境搭建。 该漏洞利用程序会从 Client Hello 消息中动态生成随机字节,因此在构建可执行文件时需要链接该库。 为了正确链接,需要安装以下软件包: root@kitploit: sudo apt-get install libssl-dev 该工具已在 Docker for Desktop - Version: 20.10.21 (搭配 WSL 2 )上测试通过。 复现该漏洞的步骤如下: 1. 初始化存在漏洞的服务器 root@kitploit: cd server-image/ docke...

7.5CVSS7.4AI score0.99999EPSS
SaveExploits94References2
Kitploit
Kitploit
added 2026/09/12 11:45 p.m.6 views

heartbleed

心脏出血 执行心脏出血漏洞利用 python heartbleed.py 127.0.0.1 -p 8443 搭建并运行服务器 安装 Docker 并运行守护进程 使用 docker pull hmlio/vaas-cve-2014-0160 安装 Docker 容器 使用端口映射运行容器:docker run -d -p 8443:443 hmlio/vaas-cve-2014-0160 打开浏览器并访问 https://localhost:8443/ 伪造数据 root@kitploit: cd dataspoof npm install node senddata.js 编辑前端...

7.5CVSS7.4AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/12 7:04 p.m.3 views

CVE-2014-0160_OpenSSL_1.0.1f_Heartbleed

CVE-2014-0160OpenSSL1.0.1fHeartbleed...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/12 6:21 p.m.10 views

heartbleedchecker-chrome

This repository does not have a README...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 4:53 p.m.5 views

CVE-2014-0160_Heartbleed

心脏出血 - CVE-2014-0160...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/12 1:06 p.m.3 views

cve-2014-0160-Yunfeng-Jiang

cve-2014-0160-Yunfeng-Jiang 1. 阅读课程报告 ReadingCourseReport.pdf 2. 检测工具 1. heartbleed.py https://gist.github.com/eelsivart/10174134 用法: python heartbleed.py hostname 2. ssltest.py https://github.com/Lekensteyn/pacemaker/blob/master/ssltest.py 用法: python ssltest.py hostname 3. check-ssl-heartbleed.p...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits94References3
Kitploit
Kitploit
added 2026/09/12 3:30 a.m.5 views

HeartbleedAttack

Heartbleed Attack: Java-Based Attack Demo Overview This repository features Heartbleed.java, a custom Java-based exploit designed to demonstrate the Heartbleed vulnerability CVE-2014-0160 by extracting sensitive data from a vulnerable server IP: 192.168.1.132 running Apache port 443 and Postfix...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/11 11:53 p.m.6 views

aws-suture

tl;dr root@kitploit: $ git clone [email protected]:pblittle/suture.git $ cd suture $ bundle install $ bundle exec ./bin/suture --help $ bundle exec ./bin/suture check Suture Suture is a tool for running arbitrary commands against your AWS EC2 instances. You can run it against an individual...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 10:45 p.m.7 views

Project-Field-Analysis-and-Memory-Leak-Demonstration

Objective The objective of this project was to assess a remote host for the Heartbleed vulnerability CVE-2014-0160, verify its presence, and exploit it to extract potentially sensitive information from server memory over the TLS protocol. Execution 1. Identifying Open Services Nmap nmap -sC -sV...

7.5CVSS7AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/11 8:03 p.m.5 views

CVE-2014-0160-HeartBleed

这是来自exploitdb的CVE-2014-0160漏洞利用代码。 在我在hackthebox上解决Valentine时,它对于python3不起作用,因此我做了必要的修改。我不是此代码的原始作者。...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/11 4:25 a.m.5 views

a2sv

1. A2SV? 自动扫描SSL漏洞。 HeartBleed、CCS注入、SSLv3 POODLE、FREAK……等。 A. 支持的漏洞 root@kitploit: - CVE-2007-1858 匿名密码 - CVE-2012-4929 CRIME(SPDY) - CVE-2014-0160 CCS注入 - CVE-2014-0224 HeartBleed - CVE-2014-3566 SSLv3 POODLE - CVE-2015-0204 FREAK攻击 - CVE-2015-4000 LOGJAM攻击 - CVE-2016-0800 SSLv2 DROWN B. 开发计划...

7.5CVSS6.8AI score0.99999EPSS
SaveExploits111
Kitploit
Kitploit
added 2026/09/11 4:25 a.m.605 views

a2sv

1. A2SV? Auto Scanning to SSL Vulnerability. HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc A. Support Vulnerability root@kitploit: - CVE-2007-1858 Anonymous Cipher - CVE-2012-4929 CRIMESPDY - CVE-2014-0160 CCS Injection - CVE-2014-0224 HeartBleed - CVE-2014-3566 SSLv3 POODLE -...

7.5CVSS6.8AI score0.99999EPSS
SaveExploits111
Kitploit
Kitploit
added 2026/09/11 4:13 a.m.12 views

CVE-2014-0160-Chrome-Plugin

Heartbleed chrome plugin DEPRECATED Chrome plugin who will look-up if the current site and all subdomains called are vulnerable to CVE-2014-0160. The vulnerability check is done by an API service who's now dead it wasn't in 2014! May the code can be useful to someone anyway, if someone found a ne...

7.5CVSS7.1AI score0.99999EPSS
SaveExploits94References1
Kitploit
Kitploit
added 2026/09/10 11:42 p.m.8 views

Heartbleed

Heartbleed 测试服务器。带有 Mozilla 的缓存机制。 将 SAMPLE.aws-config.json 安装为 /.aws-config.json 或 /etc/aws-config.json,或放在由 GODYNAMOCONFFILE 环境变量指定的路径中。 root@kitploit: Usage: HBserver --redir-host= --listen= --expiry= HBserver -h | --help HBserver --version Options: --redir-host HOST 将请求 "/" 重定向到此主机。 --listen...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 11:38 p.m.6 views

heartbleed

heartbleed Una herramienta simple escrita en Ruby que permite probar tus servidores para la vulnerabilidad OpenSSL CVE-2014-0160. Descargo de responsabilidad No me haré responsable por los daños que puedan causarse utilizando esta herramienta. Fue escrita para verificar servidores privados para u...

7.5CVSS7.4AI score0.99999EPSS
SaveExploits94
Rows per page
Query Builder