Sploitus

Exploit for Improper Resource Shutdown or Release in Microsoft CVE-2018-8120

githubexploit · 2018-06-07

Exploit Code

README22 lines
## https://sploitus.com/exploit?id=B914D7FD-2294-57C6-B906-1A21D4D99AD7
# CVE-2018-8120  
CVE-2018-8120 Windows LPE exploit  

**Supported Operating Systems:**  
Win7 x32, Win7 x64, Win2008 x32, Win2008 R2 x32, Win2008 R2 Datacenter x64, Win2008 Enterprise x64  
WinXP x32, Win2003 x32, Win2003 x64  

The original exp tool did not support XP and Win2003. The current code adds support for these two systems.  

## **Usage**  
```shell  
CVE-2018-8120 exploit by @Topsec_Alpha_lab (https://github.com/alpha1ab)  
Usage: exp.exe command  
Example: exp.exe "net user admin admin /add"  
```  

## **Caution**  
* To compile the 32-bit version of exp, please exclude the shellcode.asm file from the project.  

## **Reference**  
https://github.com/unamer/CVE-2018-8120