PowerUp and BeRoot

Run all Checks

#powerUp
Invoke-AllChecks

#BeRoot
.\beRoot.exe

#privesc
Invoke-PrivEsc

Using Powerview.ps1

#Unquoted Service Path
Get-ServiceUnquoted -Verbose

#Writting into binary path
Get-ModifiableServiceFile -Verbose

#Service Configaration current user can modify
Get-ModifiableService -Verbose

invoke-serviceabuse

Last updated