Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Decompress a file that has been compressed multiple times with different formats (zip, tar, gzip, bzip2). Learn to identify file signatures and compression formats. Provided file: mystery.file
Use file to identify each layer's format and peel it with the matching tool (gunzip/bunzip2/unxz/unzip/tar)
Some archives hold multiple members with a fake flag.txt or noise; follow the member that is still a compressed/archive format
Loop until you reach the real flag.txt