TCPサーバの接続情報が与えられた。
echo *
コマンドでカレントディレクトリのファイル一覧を取得すると、 flag-xEpAN7X3tGYjt4Y0p0FD.txt
という項目があることがわかった。
echo `< flag-xEpAN7X3tGYjt4Y0p0FD.txt`
コマンドでこのファイルの内容を出力すると、flagが得られた。
Information to connect to a TCP server was given.
Retrieving the list of files in the current directory via echo *
command, I found that there is an entry flag-xEpAN7X3tGYjt4Y0p0FD.txt
.
I obtained the flag by printing the contents of this file using echo `< flag-xEpAN7X3tGYjt4Y0p0FD.txt`
command.