29723 matches found
Netsweeper 4.0.8 - Directory Traversal
A directory traversal vulnerability in webadmin/reporter/viewserverlog.php in Netsweeper before 3.1.10, 4.0.x before 4.0.9, and 4.1.x before 4.1.2 allows remote attackers to list directory contents via a .. dot dot in the log parameter in a stats action. id: CVE-2014-9609 info: name: Netsweeper...
heartbleed-tools
OpenSSL Heartbleed CVE-2014-0160 vulnerability scanner, data miner and RSA key-restore tools. Author: Einar Otto Stangvik / @einaros / https://hacking.ventures Since the cat is long since out of the bag, and others have begun publishing their tools, I'm putting mine out there too. Hopefully this...
CVE-2014-6271-SHELLSHOCK
CVE-2014-6271-SHELLSHOCK 🐚 Shellshock Exploitation Script 🎯💻🔍 This Python script exploits the Shellshock vulnerability CVE-2014-6271 to execute commands remotely or establish a reverse shell on a vulnerable target. 🛠️⚠️ ⚠ Disclaimer 🚨❗ This script is intended for educational and authorized...
bash-cve-2014-7169-cookbook
bash-cve-2014-7169-cookbook Ensures bash 'shellshock' vulnerability is patched. Based on blog post written by Julian Dunn @ Chef https://www.chef.io/blog/2014/09/30/detecting-repairing-shellshock-with-chef/...
Heartexploit
Heartexploit Aquí está mi nuevo y primer exploit, este exploit ataca a la vulnerabilidad de HeartBleed CVE-2014-0160, espero que os guste. Este exploit solo funciona en linux ya que parte esta echa en idiomas no compatibles con windows. El único comando que hay que poner para iniciar esta...
heartbleed
Heartbleed A checker site and tool for CVE-2014-0160. Software from@FiloSottile for iSC Inc...
towelroot
towelroot Research of CVE-2014-3153 and its famous exploit towelroot on IA x86 This job has DONE, but I can't leak the code, someone in my company has challenged me : Compile gcc -fno-stack-protector -m32 -O0 -pthread towelroot.c -o towelroot...
CVE-2014-4140
Some rough notes 0:007 u MSHTML!CHtmRootParseCtx::AddText+0x104: 6efff0a5 8b8e88000000 mov ecx,dword ptr esi+88h 6efff0ab 898d70ffffff mov dword ptr ebp-90h,ecx 6efff0b1 8945ac mov dword ptr ebp-54h,eax 6efff0b4 8b5118 mov edx,dword ptr ecx+18h 6efff0b7 8bca mov ecx,edx 6efff0b9 83e103 and ecx,3...
Rejetto-HTTP-File-Server-HFS-2.3.x---Remote-Command-Execution
Rejetto HTTP File Server HFS 2.3.x - Remote Command Execution CVE-2014-6287 Rewrite of Pergyz 49584.py to return an x64 PowerShell Reverse Shell Usage $ python3 hfs-2-3-exploit.py Supply variables when prompted, auto starts Netcat for you...
shellshocker-python
shellshocker-python This is a Python Application that helps you detect if your machine that run Bash is vulnerable by CVE-2014-6271...
XSHOCK
⚡ xShock ShellShock ⚡ Escrito por TMRSWRR Versión 1.0.0 xShock ShellShock CVE-2014-6271 Esta herramienta explota shellshock. Instagram: TMRSWRR 🖼️ Capturas de pantalla 🖼️...
Vulnerable-CVE-2014-8609
This repository does not have a README...
shellshock-shell
shellshock-shell Un sencillo exploit en forma de shell de Python para el fallo Shellshock CVE-2014-6271. Úselo para explotar URLs vulnerables conocidas. Esta herramienta solo debe utilizarse en URLs que estén autorizadas. El autor de esta herramienta no se hace responsable de su uso. Nombre del...
exploit-CVE-2014-6271
Shellshock exploit + vulnerable environment Shellshock, also known as Bashdoor, is a family of security bugs in the widely used Unix Bash shell, the first of which was disclosed on 24 September 2014. Many Internet-facing services, such as some web server deployments, use Bash to process certain...
CVE-2014-7911
This repository does not have a README...
vaas-cve-2014-6271
Vulnerabilidad como Servicio - CVE 2014-6271 Un sistema Debian Buster Linux con una versión vulnerable de bash y una aplicación web para mostrar CVS-2014-6271, también conocido como Shellshock. Resumen Este contenedor Docker está basado en Debian Buster y ha sido modificado para usar una versión...
heartbleed-bug
heartbleed-bug This repository aims to describe the Heartbleed vulnerability CVE-2014-0160 and how to reproduce it. This should be used for testing only! Setup explanation docker image and bee-box vm Add new features to the heartbleed tool Add tool for generating server data for apache server Wor...
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 ...
shellshock-cve-lab
Shellshock CVE-2014-6271 lab This repository contains a small CGI lab for CVE-2014-6271. It compiles GNU bash 4.2, serves a CGI script through a Python RFC-3875-style server, and maps request headers into CGI environment variables. Sentinel reproduced this scenario on 2026-08-27 as a from-scratch...
shellshock-victim-host
shellshock-victim-host A docker container vulnerable to Shellshock - CVE-2014-6271 Run root@kitploit: podman build -t shellshock-victim . podman run -it -p 80:8080 shellshock-victim Note: Builds with docker as well. The vulnerable app will be deployed on : http://localhost:8080/victim.cgi -...