
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

Crack it!
john crackme.hash

Now that we have the password we can unrar it!
unrar e file.rar

cat the extracted file
cat file.txt
