33564 matches found
IT19115276
IT19115276 SNP Assignment 1 Report - Linux box exploitation Vulnerability CVE-2014-0038 I have explained about how to exploit this vulnerability with screenshots...
heartbleed-test
root@kitploit: $ python getwebsiteurls.py "searchstring" websites.txt $ sh heartbleed-test.sh websites.txt | tee -a scanresult.log...
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 此 Python 概念验证(PoC)脚本通过执行带有心跳扩展的 TLS 握手并发送精心构造的心跳请求,检测 Heartbleed 漏洞(CVE-2014-0160)。它解析服务器响应以识别泄露的内存,帮助评估针对此关键 OpenSSL 漏洞的脆弱性。 关于 Heartbleed 是 OpenSSL 的 TLS 心跳扩展中的一个严重缓冲区过度读取漏洞,允许攻击者读取最多 64KB 的服务器内存,可能暴露私钥、密码和其他敏感数据。此脚本模拟一个心跳请求,若服务器存在漏洞,则会触发泄漏。 改进与修复 使用正确的结构体解包来解析 TLS...
CTT-HEARTBLEED-Temporal-Resonance-Memory-Leak-Exploit-Heartbleed-CVE-2014-0160
CTT-HEARTBLEED-Temporal-Resonance-Memory-Leak-Exploit-Heartbleed-CVE-2014-0160 Heartbleed CVE-2014-0160 was devastating because it leaked adjacent memory. CTT-Heartbleed goes further—it uses 33-layer temporal resonance to map, reconstruct, and extract specific memory regions across time, not just...
shellshock-poc
Shellshock-Exploit This exploit abuses the Shellshock vulnerability CVE-2014-6271 existing in bash from version 1.14 to 4.3. Usage: python3 ./exploit.py -t -u -a -p Example: python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443 More information about the vulnerability:...
CVE-2014-6271
CVE-2014-6271 An automated way to fix bash Testing for the Vulnerability You can determine if you are vulnerable by executing this test: env x=' :;; echo vulnerable' bash -c 'echo hello' Fixing Vulnerability Run this on the command line. You may be prompted to enter your password. bash curl -s...
Home-Network-Vulnerability-Assessment
Home-Network-Vulnerability-Assessment Security audit and vulnerability analysis CVE-2014-3566 and CVE-2010-2333 on the local network infrastructure and residential router. Security Audit and Vulnerability Analysis on Residential Router Project Description This project documents a perimeter securi...
Shellshock-CVE-2014-6271
This repository does not have a README...
it355-lab4-enterprise-lan-security
IT355 Lab 4: Enterprise LAN Security & Shellshock Analysis 📌 Project Overview This repository contains a comprehensive security assessment of an enterprise LAN environment. The core focus of this project was the identification, exploitation, and remediation of the Shellshock CVE-2014-6271...
CVE-2014-0075_PoC
CVE-2014-0075PoC This is a simple PoC written n python that demonstrates the DoS through integer overflow...
HeartBleed-Vulnerability-Checker
HeartBleed-Vulnerability-Checker author = 'WaQas-JaMal' Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford [email protected] & The author disclaims copyright to this source code. ''' I have modified this script to take any input url file. Check it for valid tld from provided se...
heatbleeding
Test 1Password database for Heart Bleeding problems Test script for 1Password database for SSL Heart Bleeding CVE-2014-0160 To test 1Password database export it to local disk. Locate file data.1pif and run in same directory: root@kitploit: git clone https://github.com/aefimov/heatbleeding.git...
HTTP File Server <2.3c - Remote Command Execution
HTTP File Server before 2.3c is susceptible to remote command execution. The findMacroMarker function in parserLib.pas allows an attacker to execute arbitrary programs via a %00 sequence in a search action. Therefore, an attacker can obtain sensitive information, modify data, and/or gain full...
openssl_G2.5_CVE-2014-3570
OpenSSL 1.0.1g 7 Apr 2014 Copyright c 1998-2011 The OpenSSL Project Copyright c 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. 描述 OpenSSL 项目是一个协作性的努力,旨在开发一个健壮、商业级、功能完善的开源工具包,实现了安全套接字层(SSL v2/v3)和传输层安全性(TLS v1)协议,以及一个功能全面的通用加密库。该项目由全球志愿者社区管理,他们通过互联网进行沟通、规划和开发 OpenSSL 工具包及其相关文档。 OpenSS...
Rainstorm
================================================================================================ BadBash is a CVE-2014-6271 RCE exploit tool. The basic version only checks for the HTTP CGI site and only provides netcat reverse shell on port 1234. Developer : Andy Yang Version : 0.1.0 License :...
CVE-2014-8609-POC
CVE-2014-8609-POC -pendingintent vulnerability Explanation of how the vulnerability works with exploitation method. It is one of the most common vulnerabilities in Android applications, and you can use it to access more vulnerabilities in a professional way. POC...
cve-2014-6271-huan-lu
cve-2014-6271-huan-lu reading course...
CVE-2014-0094-test-program-for-struts1
About CVE-2014-0094 and Struts 1 Countermeasures Introduction This article summarizes the impact of CVE-2014-0094 on Struts 1. Unless otherwise noted, all versions were verified using Java 1.7.002, Struts 1.3.10, Apache Tomcat 6.0.39, and FreeBSD 8.2. In no event shall we be liable for the conten...