Privileges Escalation
Once you have initial access, it is common that we need to expand our privileges. We distinct between horizontal and vertical escalation.
Post exploit enumeration
pspy64
pspy64 is a command-line tool used for Linux and Unix-based systems that can be used to monitor the activity of processes and other system events. Specifically, pspy64
can be used to track changes to the file system, network connections, and running processes, providing visibility into what is happening on a system in real-time.
One of the key benefits of pspy64
is that it does not require root privileges to run, which means that it can be used by non-privileged users to monitor activity on a system without needing to escalate privileges.
LinPEAS
LinPEAS, short for "Linux Privilege Escalation Awesome Script," is a privilege escalation script specifically designed for Linux systems.
PowerUp
PowerUp is a PowerShell script designed for Windows systems, particularly for identifying and exploiting privilege escalation vulnerabilities
BeRoot
BeRoot Project is a post exploitation tool to check common misconfigurations to find a way to escalate our privilege. Available for both Windows and Linux.
Seatbelt
Seatbelt is a C# project that performs a number of security oriented host-survey "safety checks" relevant from both offensive and defensive security perspectives.
ExploitDB
Always consult Exploit-DB for possible exploits.
Bypass Windows UAC protection via the FodHelper Registry Key
Metasploit has a module for this: exploit/windows/local/bypassuac_fodhelper
Last updated