Elevated & Unrestricted Script Execution
Start-Process powershell.exe -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File C:\\file.ps1"
Obfuscation & Evasion
powershell.exe -enc <Base64EncodedString>
Lateral Movement
Invoke-Command -ComputerName TARGET01 -ScriptBlock { whoami }
Last updated 1 day ago