update info for support version

This commit is contained in:
worawit
2017-07-18 22:51:56 +07:00
parent 2835b82f84
commit b670b0d583
2 changed files with 2 additions and 2 deletions

View File

@@ -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 * **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 * **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 * **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 ## Anonymous user

View File

@@ -7,7 +7,7 @@ import socket
import time import time
''' '''
MS17-010 exploit for Windows XP and later by sleepya MS17-010 exploit for Windows 2000 and later by sleepya
Note: Note:
- The exploit should never crash a target (chance should be nearly 0%) - The exploit should never crash a target (chance should be nearly 0%)