"Flag: RITIKXxXxXxXxX" (In reality, you might need to strings it or debug to uncover the flag.) CTFs usually require a flag in the format CTF... or a custom pattern. Once you think you have it:
# 4️⃣ John the Ripper password cracking rar2john "Rikitake No.119 Shoko Esumi.rar" > rar.hash john --wordlist=/usr/share/wordlists/rockyou.txt rar.hash Rikitake No.119 Shoko Esumi.rar
# 7️⃣ Stego LSB extraction on PNG zsteg -a extracted_folder/picture.png "Flag: RITIKXxXxXxXxX" (In reality, you might need to
# 6️⃣ Scan for hidden archives inside files binwalk -e extracted_folder/* "Flag: RITIKXxXxXxXxX" (In reality
tree -a extracted_folder/ find extracted_folder/ -type f -exec file {} \; Typical artefacts you might see: