Real World CTF 5th Writeup

この大会は2023/1/6 22:00(JST)~2023/1/8 22:00(JST)に開催されました。
今回もチームで参戦。結果は34点で632チーム中324位でした。
参加表明の問題しか解けませんでしたが、
自分で解けた問題をWriteupとして書いておきます。

Chat-In (check-in)

$ nc 47.89.251.203 1337
Proof your work first
PoW solve script: https://gist.github.com/WinMin/b93c7ee59a7bd0c7f2ed4aa5eed7e2d6
sha256("oqqfE"+"?") starts with 26bits of zero: 

ここで別ターミナルで、以下を実行

$ python3 solve.py oqqfE
[+] MBruteforcing: Found key: "4tg01"

このkeyを入力して、続きを行う。このとき"ls"コマンドは使えなかったので、"dir"コマンドを使った。

$ nc 47.89.251.203 1337
Proof your work first
PoW solve script: https://gist.github.com/WinMin/b93c7ee59a7bd0c7f2ed4aa5eed7e2d6
sha256("oqqfE"+"?") starts with 26bits of zero: 4tg01
Please wait for the service to start

Welcome to Chat-In challenge ( RealWorld-CTF-2023 )
ひとーつ、ひいきは绝対せず! ふたーつ、不正は见逃さず! みっつ、见事にジャッジする!

I'm **not a Linux terminal**. I'm the Chat-In robot for you! You can talk with me within 5 sentences., or until I make a mistake.
Last login: Friday, 21 January 2022, 21:00 CST

root@Chat-In:~# dir
 flag

flag
root@Chat-In:~# cat flag


rwctf{Welc0m3_to_RWCTF_2023}
rwctf{Welc0m3_to_RWCTF_2023}