HackTheBox - Unlock Password Protected Post
Linux
- Once you rooted the machine, have access
root
user - Obtain
root
’s hashed password1 2
root@rooted-box:~# cat /etc/shadow | grep root | cut -d ":" -f2 $y$j9T$zJMiBXFlQaVLqD8B7hPR3.$ceN5vvW/KTMQ.YeNjqT8UVo6TsKm/Dl8P1uefK6v5A1
- Enter the
hash
to unlock the post.
This post is licensed under CC BY 4.0 by the author.