347 B
347 B
Difficulty
Easy, 20 points
How To Solve
Initial file is a zip file, which contains a series of zip files. Eventually, you'll get to E.zip, which is a password protected zipfile. You can crack this with John The Ripper:
zip2john E.zip > out.hash
john out.hash --wordlist=rockyou.txt
cat flag
Flag
IGCTF{Z1pp3dT0P1eces}