ACLs
Check ACLs on Sensitive Files
getfacl /etc/shadow # see if you have read permissions
getfacl /etc/passwd # see if you can modify or read
getfacl /usr/local/bin # maybe you can write to a directory in /usr/local/bin
getfacl /etc # check if you can write to /etc/
/etc
, you can drop a malicious script in /etc/profile
or /etc/bash.bashrc
.