ファイル tippytappies.pcapng
が与えられた。
このファイルを
USBキーボードのデータはsetodaNote CTF の Loggerで扱ったので、
get_data.pl
をこの問題のデータに合わせて調整し、convert.pl
はそのまま使うことにした。
A file tippytappies.pcapng
was given.
Opening the file with
I had been dealed with data from a USB keyboard in a challenge "Logger" in setodaNote CTF,
so I decided to adjust get_data.pl
for this challenge and use convert.pl
as-is.
tippytappies.pcapng
から get_data.pl
を用いて抽出したデータを convert.pl
で変換すると、以下の結果が得られた。
(得られたデータのうち先頭の意味をなさなそうな部分は省き、0x08を「前の文字を消す」という意味として解釈した)
I extracted some data from tippytappies.pcapng
via get_data.pl
and processed the result via convert.pl
.
This is the result after omitting meaningless things on the top and interpreting 0x08 as "delete a character before that":
この結果の最終行に{}
を補うことで、flagが得られた。
I obtained the flag by adding {}
to the last line of this result.