image.png

This is a password-protected .rar file.

We’ll use John the Ripper to convert the file to a usable hash and then crack it!

rar2john file.rar > crackme.hash

image.png

Crack it!

john crackme.hash

image.png

Now that we have the password we can unrar it!

unrar e file.rar

image.png

cat the extracted file

cat file.txt

image.png