mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
1da73475f5
commit
af3be40d54
1 changed files with 6 additions and 0 deletions
|
@ -249,6 +249,12 @@ If this is enabled we can upload `Printspoofer.exe ` and place it if we have rig
|
|||
|
||||
`PrintSpoofer.exe -i -c powershell.exe`
|
||||
|
||||
### Becoming NT\AUTHORITY (If user is in local administrators group)
|
||||
|
||||
If the system has `PsExec.exe` open elevated cmd
|
||||
|
||||
`.\PsExec.exe -i -s cmd.exe`
|
||||
|
||||
### Active Directory
|
||||
`powershell -ep bypass` load a powershell shell with execution policy bypassed <br/>
|
||||
`. .\PowerView.ps1` import the PowerView module
|
||||
|
|
Loading…
Reference in a new issue