๐Privilege Escalation
User Privileges
Sudo
The "sudo -l" command is used to check the available sudo privileges
sudo -l
user@machine[/user]$ sudo -l
(user : user) NOPASSWD: /bin/echo
Library of commands to exploit sudo privileges to get a shell as the root user
LinEnum.sh
LinEnum.sh is a script to enumerate local information from a Linux host
Last updated