diff --git a/Cheatsheet_LinuxPrivilegeEsc.txt b/Cheatsheet_LinuxPrivilegeEsc.txt index 207c9d7..6c6aff6 100644 --- a/Cheatsheet_LinuxPrivilegeEsc.txt +++ b/Cheatsheet_LinuxPrivilegeEsc.txt @@ -356,9 +356,11 @@ find / -name netcat* find / -name tftp* find / -name ftp -### Linux Privilege Escalation using Sudo Rights -NOTE: + + +##### Linux Privilege Escalation using Sudo Rights ##### +NOTE: (ALL:ALL) can also represent as (ALL) If you found (root) in place of (ALL:ALL) then it denotes that user can run the command as root. If nothing is mention for user/group then it means sudo defaults to the root user.