Weak File Permissions
Investigate if you have any writable files that can be abused
find /etc -maxdepth 1 -writable -type f
Check if you can read it.
cat /etc/shadow
Copy and paste the line of the root, and save it as hash.txt.
Crack the hash.
Last updated