mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Escape.md
This commit is contained in:
parent
0e126a2121
commit
0ade613250
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@ We'll receive a reverse shell with admin with all privileges.
|
|||
|
||||
<img src="https://i.imgur.com/upSCoAt.png"/>
|
||||
|
||||
Since we already have GUI we can just use `Start-Process powershell -Verb runAs` (which I didn't know we could do that)
|
||||
Since we already have GUI we can just use `Start-Process powershell -Verb runAs` (which I didn't know we could do that) which will prompt for running powershell with administrative privileges
|
||||
|
||||
<img src="https://i.imgur.com/2Fk5OD0.png"/>
|
||||
|
||||
<img src="https://i.imgur.com/94C3BUg.png"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue