Linux Privilege Escalation
Last updated
Was this helpful?
Last updated
Was this helpful?
- LinEnum is a simple bash script that automates common Linux local enumeration checks in addition to identifying privilege escalation vulnerabilities. </aside>
To search for files with read-write permissions accessible by low privilege users, use the following command:
This command searches the filesystem for files that have read or write permissions set for low privilege users, which can potentially be used for privilege escalation.
To check your sudo privileges, use the following command:
This command lists the commands that you're allowed to run with sudo.
This website provides a collection of Unix-like system command-line exploits that can be used for privilege escalation and post-exploitation scenarios.
Hacker's Mantra:
Hackers: rewriting the code of the world.
For exploiting misconfigured sudo, refer to .