
Loading PowerUp
. .\\PowerUp.ps1

Getting services with unquoted paths and spaces in their name
Get-ServiceUnquoted -Verbose

Getting services where the current user can change the binary path or change arguments to the binary
Get-ModifiableServiceFile -Verbose

Getting information about the service were the current user can change it’s configuration
Get-ModifiableService -Verbose

Getting the permissions we have on a specific service
sc.exe sdshow AbyssWebServer

Getting information about some vulnerable services
Invoke-AllChecks
