├── EoP.zip ├── README.md └── compiled.zip /EoP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexx0r/CVE-2016-0051/4960afc399adbf95ad3a3baa28047391a4da257d/EoP.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Proof-of-concept BSoD (Blue Screen of Death) and Elevation of Privilege (to SYSTEM) code for my CVE-2016-0051 (MS-016). 2 | 3 | vulnerabilty poc auhor: koczkatamas 4 | https://twitter.com/koczkatamas 5 | Original code: https://github.com/koczkatamas/CVE-2016-0051 6 | Thanks to koczkatamas 7 | 8 | 9 | 10 | this PoC will run from CMD and the shell will spwan in the same CMD -pid- 11 | 12 | Please refer to the link above for further information 13 | 14 | 15 | 16 | 17 | this repo contains the sources code for windows 7 PoC, also they already compiled if you have trouble 18 | copy EoP.exe and Shellcode.dll to Win7 machine, run the exploit 19 | got sys? 20 | 21 | https://twitter.com/hex00r 22 | 23 | You can find both exploits on Exploit-db 24 | 1) koczkatamas 25 | https://www.exploit-db.com/exploits/39432/ 26 | 27 | 2) hex0r 28 | https://www.exploit-db.com/exploits/39788/ 29 | 30 | 31 | Compiled with VS 32 | C# 33 | 34 | 35 | -------------------------------------------------------------------------------- /compiled.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hexx0r/CVE-2016-0051/4960afc399adbf95ad3a3baa28047391a4da257d/compiled.zip --------------------------------------------------------------------------------