User Enumeration
Who are you?
whoami
idView sudo permissions
sudo -lView other users
cat /etc/passwd
cat /etc/passwd | cut -d : -f 1-d delimiter
-f field
Sensitive files
cat /etc/shadow
cat /etc/groupCheck the history
Try switching users
Last updated
Was this helpful?