Get-UnquotedService
SYNOPSIS
Get-UnquotedService Returns the name and binary path for services with unquoted paths that also have a space in the name.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
Required Dependencies: Get-ModifiablePath, Test-ServiceDaclPermission
SYNTAX
DESCRIPTION
Uses Get-WmiObject to query all win32_service objects and extract out the binary pathname for each. Then checks if any binary paths have a space and aren't quoted.
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get a set of potentially exploitable services.
OUTPUTS
- PowerUp.UnquotedService