RSFPWS - Intercepted

ゲームのプログラムと、そのゲームで用いるサーバのIPアドレスとポート番号が与えられた。
ゲームは一人称視点で移動ができるもので、その中に以下のような入るとflagをリクエストするという箱があった。

A game program and a pair of an IP address and a port number for the game was given.
In the game, we can move around in first-persom view. There was this box, which is said to request a flag when entered.

a flag-requesting box

この箱に当たった後、Wiresharkでサーバとの通信を見ると、 TCP通信をしている部分があった。 このTCPストリームを追跡すると、flagが含まれていた。

After hitting into the box, I used Wireshark to view the communication with the server. I found some TCP packets. Following the TCP Stream, I found the flag.

ractf{N3tw0rking_L1ke_4_B0ss!}

RACTF 2021