Skip to content

Privilege Escalation

Local privilege escalation on Linux and Windows, plus running commands as other users.

Contents

  • Linux Privesc


    Privilege Escalation usually involves going from a lower permission to a higher permission.

  • Run Commands As


    Some times we need to do a lateral or vertical movement between the same hosts only switching between local users, and we cant use any type of authenticated service such as SMB or SSH.

  • Windows Privesc


    Privilege Escalation usually involves going from a lower permission to a higher permission.