unallocated_space
ファイル unallocated_space
が与えられた。
このファイルに strings
コマンドを適用すると、以下の文字列などが見つかった。
A file unallocated_space
was given.
I applied the strings
to the file. This is one of what I found:
x264 - core 161 r3020 d198931 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=20 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=8000 vbv_bufsize=8000 crf_max=0.0 nal_hrd=none filler=0 ip_ratio=1.40 aq=1:1.00
さらに、CyberChef でこのファイルに Extract Files を適用すると、以下の表示が出たまましばらく動かなくなった。
After that, I applied "Extract Files" in CyberChef to this file. It stopped for a while with showing this message:
Found potential signature for MPEG-4 video at pos 4894720
そこで、以下のコマンドを用い、4894720バイト目 (0-origin) 以降のデータを抽出した。
Seeing this, I extracted data from the 4894720-th byte (the first byte is 0th).
dd if=unallocated_space bs=512 skip=9560 of=file-4ab000.mp4
結果、VLC media playerで動画として再生できるファイルが得られ、再生すると00:20でflagが表示された。
The result was playable as a movie in VLC media player.
Playing the movie, I found the flag shown at 00:20.
flag{file_carving_gogo}
setodaNote CTF