ファイル partition.tar.gz が与えられた。 展開すると、約1.87GiBのファイル partition.img が得られた。
partition.tar.gz
partition.img
この partition.img に strings コマンドをかけ、それっぽい文字列を探すことで、flagが得られた。
strings
A file partition.tar.gz was given. A file partition.img whose size is about 1.87GiB was extracted from that.
I obtained the flag by applying strings command to this partition.img and searching for strings that look like a flag.
writeup by MikeCAT
WaniCTF 2021