General Skills Level 2 100 points

Compression Maze - Nested Archives

Mission

/app/flag.tar.gz is a nested compressed file. Decompress step by step: flag.tar.gz → flag.tar → flag.zip.bz2.gz → flag.zip.bz2 → flag.zip → flag.txt Extract all and get the content of flag.txt. Hint: Use file command to check compression format

#compression#tar#gzip#forensics

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag