-
we given
flag.docx.zip
; -
unzip flag.docx.zip
will result inflag.docx
. -
However, look at the results of
file flag.docx
flag.docx: XZ compressed data, checksum CRC64
-
I’ve renamed the file to
flag.docx.xz
and usedxz -d flag.docx.xz
to decompress it. -
This time,
file flag.docx
returnsPOSIX tar achive
-
Rename the file to
flag.tar
and decompress usingtar xf flag.tar
. -
We’re given a
flag.txt
containing the flag.