541 matches found
heartbleed
Heartbleed Bug Description of the scenario The Heartbleed bug is an example of a cybersecurity attack that exploits a vulnerability in the OpenSSL library. Briefly, a missing validation step in the OpenSSL library could allow a hacker to access sensitive information on a server that is using the...
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...
heartbleed-PoC
Heartbleed PoC A sample example of the Heartbleed attack using the server https://www.cloudflarechallenge.com/ made for trying this attack. First, the two best explanations I read on the subject : http://www.seancassidy.me/diagnosis-of-the-openssl-heartbleed-bug.html http://xkcd.com/1354/ Exploit...
DeadManSwitch
Dead Man Switch Overview Dead Man Switch is a cross-platform security application written in Rust that automatically protects sensitive data in emergency situations. The application monitors multiple trigger mechanisms and executes immediate system lockdown procedures when activated, including...
heartpatch.us
heartpatch.us Under Construction Patching heartbleed openssl vulnerabilities on servers across the world wide web. Inspiration Heartbleed is a security bug in the OpenSSL cryptography library, which is a widely used implementation of the Transport Layer Security TLS protocol. It was introduced in...
openmagic
openmagic openmagic can assist you in the automating testing and exploiting of systems vulnerable to the OpenSSL TLS heartbeat read overrun CVE-2014-0160. The base module wraps a modified version of the "ssltest.py" program by Jared Stafford and provides the following additional features: Save th...
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...
POC_CVE-2024-40492
CVE-2024-40492: Stored XSS to ATO Description Stored Cross-Site Scripting XSS is a type of security vulnerability typically found in web applications. It occurs when an attacker is able to inject malicious scripts into a web application, and those scripts are stored on the server. When other user...
CVE-2026-89491
CVE-2026-89491 affects the OCFS2 cluster subsystem in the Linux kernel. The o2hb_region_pin() function is called while holding the o2hb_live_lock spinlock, yet it invokes configfs_depend_item(), which sleeps by taking the configfs root inode rwsem and pinning the filesystem. Under CONFIG_DEBUG_AT...
heartbleed
heartbleed A simple tool written in Ruby wich allow testing your servers for OpenSSL CVE-2014-0160 vulnerability. Disclaimer I will not be taken responsible for the damage that could be done using this tool. It was written to check private servers for a precise vulnerability and measure potential...
bleeding-heart
Heartbleed The Heartbleed bug CVE-2014-0160 is a severe implementation flaw in the OpenSSL library, which enables attackers to steal data from the memory of the victim server. The contents of the stolen data depend on what is there in the memory of the server. It could potentially contain private...
Heartbleed-PoC-Exploit-Script
Heartbleed-PoC-Exploit-Script This Python Proof-of-Concept PoC script detects the Heartbleed vulnerability CVE-2014-0160 by performing a TLS handshake with the heartbeat extension and sending a crafted heartbeat request. It parses server responses to identify leaked memory, helping assess...
CVE-2023-33246
CVE-2023-33246 Apache RocketMQ Remote Code Execution Vulnerability CVE-2023-33246 Exploit Usage: root@kitploit: java -jar CVE-2023-33246.jar -ip "127.0.0.1:10911" -cmd "open -a Calculator" Features of This Tool Since the heartbeat mechanism triggers the vulnerability every 30 seconds, the tool...
CVE-2014-0160
CVE-2014-0160 Lab setup using Heartbleed to leak memory from webapps This repo focuses on building a container to create an environment that can easily exploit nginx using the Heartbleed technique, focusing on: Setting up the environment using Docker Server setup diagram Demo steps Server diagram...
heartbleeder
Heartbleeder 서버가 OpenSSL CVE-2014-0160, 일명 Heartbleed에 취약한지 테스트합니다. 경고 : 결과의 정확성에 대해 어떠한 보장도 하지 않으며, OpenSSL 빌드를 확인하여 독립적으로 검증해야 합니다. Pull Request는 언제나 환영합니다. 사용법 root@kitploit: $ heartbleeder example.com INSECURE - example.com:443 has the heartbeat extension enabled and is vulnerable 여러 호스트 여러...
heartbleeder
Heartbleeder Tests your servers for OpenSSL CVE-2014-0160 aka Heartbleed. WARNING : No guarantees are made about the accuracy of results, and you should verify them independently by checking your OpenSSL build. Pull requests welcome. Usage root@kitploit: $ heartbleeder example.com INSECURE -...
heartbleed-poc
HeartBleed 테스터 및 익스플로잇 NB 현재 대부분의 도구nmap, metasploit, nessus, 심지어 burp는 가장 최신 버전의 스캐너를 갖추고 있습니다. 이 도구들은 도구가 아직 개발 중이던 초기 단계에 출시되었습니다. 지금은 이것들보다는 그 도구들을 사용하는 것이 좋습니다. 도구 가이드 대량 스캔을 원한다면 NMAP 스크립트가 현재 최선의 선택입니다. 가장 많은 프로토콜STARTTLS을 지원하려면 수정된 Metasploit 스크립트를 확인하세요. 실제로 익스플로잇을 수행하려면 Python 스크립트를...
heartbleed
HEARTBLEED : OpenSSL TLS HEARTBLEED VULNERABILITY OpenSSL TLS Heartbeat Extension - Memory Disclosure - Multiple SSL/TLS versions vulnerability scanner and exploit need: root@kitploit: sudo apt-get install nmap lolcat java root@kitploit: sudo apt install default-jre default-jdk...
heartbleed-lab
Heartbleed Lab Educational laboratory for studying the Heartbleed vulnerability CVE-2014-0160 using a real vulnerable OpenSSL environment inside Docker. This project reproduces a vulnerable TLS server using OpenSSL 1.0.1f and implements a custom raw TLS heartbeat client to demonstrate how malform...
HeartLeak
HeartLeak Yet, another exploitation script for the most buzzed bug of all the time. The script has two features: scan: Generates random hosts IP addresses, checks if they supports OpenSSL, test them if they vulnerable to CVE-2014-0160 Heartbeat Buffer over-read bug and save vulnerable hosts in a...