Common Tips
# any SUDO command to run
Sudo -l
# SUID bit to run
find / -perm -u=s -type f 2>/dev/null
# Check environmental variables
env
# Any juicy information in files under a directory
find -type f -exec batcat {} + # especially under /home/<user> directory. Last updated