Untitled

Loading PowerUp

. .\\PowerUp.ps1

Untitled

Getting services with unquoted paths and spaces in their name

Get-ServiceUnquoted -Verbose

Untitled

Getting services where the current user can change the binary path or change arguments to the binary

Get-ModifiableServiceFile -Verbose

Untitled

Getting information about the service were the current user can change it’s configuration

Get-ModifiableService -Verbose

Untitled

Getting the permissions we have on a specific service

sc.exe sdshow AbyssWebServer

Untitled

Getting information about some vulnerable services

Invoke-AllChecks

Untitled