Unquoted Service Path
Last updated
Last updated
// click on start Button --> serach for services --> open the application.
// here all the running services are listed --> find your vulnerable service.
// Double Click The Service and Examine the Path :
C:\some path\some path2\vulnservice.exe
here note the space btw the folders --> "some path" this is a single folder but the bloody space made it vulnerable
now we can use it in unintended way.
but if any part of the path is writable by us....
to identify :
use https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/Privesc/PowerUp.ps1
or do it mannually.