Nothing

ファイルnothing.txtが与えられた。

nothing.txtをテキストエディタで開くと、Whitespaceのソースコードのようだった。

Ideone.comで実行してみると、stdoutに以下の出力が得られた。

A file nothing.txt was given.

Opening nothing.txt via a text editor, it looked like a source code of Whitespace.

Executing that on Ideone.com, it produced this output for stdout:

FLAG is flag{And_Then_There_Were_None}

また、stderrには以下の出力が得られた。

Also, it produced this output for stderr:

wspace: Prelude.(!!): index too large

stdoutの出力にflagが含まれていた。

The flag was in the output for stdout.

flag{And_Then_There_Were_None}

setodaNote CTF