5.2 - Tools

Tools

While, more common tools to help us into process are:

More details (not related to AD) are explained here: Windows Privilege Escalationarrow-up-right

PowerShell

PowerUp

  • Get services with unquoted pathsarrow-up-right and a space in their namearrow-up-right

    Get-ServiceUnquoted -Verbose
  • Get services where the current user can write to its binary path or change arguments to the binary

    Get-ModifiableServiceFile -Verbose
  • Get services where the user's current configuration can be modified

    Get-ModifiableService -Verbose
  • Run all PrivEsc checks

    Invoke-AllChecks

PrivEsc

  • Run all PrivEsc checks

WinPeas

  • Run all PrivEsc checks

Last updated