From b670b0d583be49004ac6aeebc6e195cdd788dcc2 Mon Sep 17 00:00:00 2001 From: worawit Date: Tue, 18 Jul 2017 22:51:56 +0700 Subject: [PATCH] update info for support version --- README.md | 2 +- zzz_exploit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93277e0..2cf1a42 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository is for public my work on MS17-010. I have no plan to do any supp * **infoleak_uninit.py** PoC for leaking info from uninitialized transaction data buffer * **mysmb.py** Extended Impacket SMB class for easier to exploit MS17-010 bugs * **npp_control.py** PoC for controlling nonpaged pool allocation with session setup command - * **zzz_exploit.py** Exploit for Windows XP and later (requires access to named pipe) + * **zzz_exploit.py** Exploit for Windows 2000 and later (requires access to named pipe) ## Anonymous user diff --git a/zzz_exploit.py b/zzz_exploit.py index 35d3b2d..6b7b575 100644 --- a/zzz_exploit.py +++ b/zzz_exploit.py @@ -7,7 +7,7 @@ import socket import time ''' -MS17-010 exploit for Windows XP and later by sleepya +MS17-010 exploit for Windows 2000 and later by sleepya Note: - The exploit should never crash a target (chance should be nearly 0%)