Skip to content

Commit

Permalink
Reformatting NEW addition of Linux Privilege Escalation using Sudo Ri…
Browse files Browse the repository at this point in the history
…ghts
  • Loading branch information
OlivierLaflamme committed Nov 6, 2018
1 parent 33e2c16 commit fbcf214
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cheatsheet_LinuxPrivilegeEsc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbcf214

Please sign in to comment.