SSHサーバの情報が与えられた。
ls -lコマンドとpwdコマンドを用いると、
ファイル /home/user/flag.txt があることがわかった。
そこで、Tera TermのSCP機能を用いてこのファイルをダウンロードした。
テキストエディタでこのファイルから「CPCTF」を検索すると、flagが得られた。
Information of a SSH server was given.
I connected to the server via ls -l command and pwd command,
finding a file /home/user/flag.txt.
I downloaded this file via SCP function of Tera Term.
I obtained the flag by searching for "CPCTF" from the file via a text editor.