GitBook: [master] one page modified

This commit is contained in:
CPol 2020-10-22 16:45:33 +00:00 committed by gitbook-bot
parent 23349f4cdd
commit da0e8a52d4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 9 additions and 0 deletions

View File

@ -134,6 +134,15 @@ cd C$
dir \\127.0.0.1\c$\Users\Administrator\Desktop
```
#### UAC disabled
If UAC is already disabled \(**`ConsentPromptBehaviorAdmin`**is **`0`**\) you can **execute a reverse shell with admin privileges** \(high integrity level\) using something like:
```bash
#Put your reverse shell instead of "calc.exe"
Start-Process powershell -Verb runAs "calc.exe"
```
#### UAC bypass exploits
You could also use some tools to **bypass UAC like** [**UACME** ](https://github.com/hfiref0x/UACME)which is a **compilation** of several UAC bypass exploits. Note that you will need to **compile UACME using visual studio or msbuild**. The compilation will create several executables \(like_Source\Akagi\outout\x64\Debug\Akagi.exe_\) , you will need to know **which one you need.**