
该仓库包含针对 MS08-067 Windows Server 服务漏洞(CVE-2008-4250)的 Metasploit 模块实现。这是一个经典的远程代码执行漏洞,影响较旧版本的 Windows 系统。
本仓库包含 MS08-067 Windows 服务器服务漏洞(CVE-2008-4250)的 Metasploit 模块实现。这是一个影响旧版 Windows 系统的经典远程代码执行漏洞。
首先,登录 Kali Linux。然后
👉 运行以下命令:
git clone https://github.com/BinRacer/ms08-067.git
cd ms08-067
sudo cp -a src/ms08_067_netapi_sp1.rb /usr/share/metasploit-framework/modules/exploits/windows/smb
# 必须将 rc 文件中的 x.x.x.x 替换为真实 IP
sudo msfconsole -r src/ms08_067.rc
如需完整的法律信息和免责声明,请参阅 免责声明 文档。