Hash Roll

Description

Augustine's friend took a important file of augustine and stashed it. He was able to grab all the files from his friend's machine but he is worried that the files are encrypted. Help him get the file back

Author: Rakhul

Downloads: encrypted1.zip, nothing.pdf

Solution

Before opening zip I decided to checkout the PDF. It's some rick roll lyrics... but if we select all text something gets revealed.

hash-roll-1

29ebf2f279da44f69a35206885cd2dbc might be something you need

Hmm... looks like a hash.

Using CrackStation it decoded to md5 hash of diosesamor.

└─$ unzip encrypted1.zip # unzip didn't work...  
Archive:  encrypted1.zip
   skipping: flag.jpg                need PK compat. v5.1 (can do v4.6)
                                                                                                                                                                                                                  
└─$ 7z x encrypted1.zip 

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i7-5700HQ CPU @ 2.70GHz (40671),ASM,AES-NI)

Scanning the drive for archives:
1 file, 143908 bytes (141 KiB)

Extracting archive: encrypted1.zip
--
Path = encrypted1.zip
Type = zip
Physical Size = 143908

    
Enter password (will not be echoed): # Enter password from PDF
Everything is Ok

Size:       146035
Compressed: 143908

└─$ ls
 encrypted1.zip   flag.jpg
hash-roll-2

Last updated