Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpha1ab/cve-2018-8120
CVE-2018-8120 Exploit for Win2003 Win2008 WinXP Win7
https://github.com/alpha1ab/cve-2018-8120
Last synced: 11 days ago
JSON representation
CVE-2018-8120 Exploit for Win2003 Win2008 WinXP Win7
- Host: GitHub
- URL: https://github.com/alpha1ab/cve-2018-8120
- Owner: alpha1ab
- Created: 2018-06-07T08:30:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T05:48:24.000Z (over 6 years ago)
- Last Synced: 2024-08-01T09:24:36.776Z (3 months ago)
- Language: C++
- Homepage:
- Size: 202 KB
- Stars: 295
- Watchers: 3
- Forks: 125
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVE-2018-8120
CVE-2018-8120 Windows LPE exploit测试支持: Win7 x32, Win7 x64, Win2008 x32, Win2008 R2 x32, Win2008 R2 Datacenter x64, Win2008 Enterprise x64
WinXP x32, Win2003 x32,Win2003 x64原exp不支持xp,2003,当前代码在原基础上增加了对这两个系统的支持。
## 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
* 编译32位版本的exp,请从工程中排除shellcode.asm文件.## Reference
* https://github.com/unamer/CVE-2018-8120