Offensive Playbook
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Power Up

While PowerUp is used for local priv esc, it can be very userful when trying to obtain local admin privileges on a system

A few useful PowerUp commands

. .\PowerUp.ps1

#looks for unquotes services
Get-ServiceUnquoted

#looks for services with weak permissions
Get-ModifiableService

#runs all checks
Invoke-AllChecks