Quick win - Sudo -l

Linux privilege escalation quick win

# Username Machine:(Run as) 'Command to execute' 
# iptracej ALL:(ALL:ALL) ALL  # This is a sample syntx. 

sudo -l

Allow Root Privilege to binary commands.

Allow Root Privilege to scripts.

Allow Sudo Right to other programs.

Test your knowledge.

Last updated