Missing Tools
IPv4アドレスとポート番号、そしてUsernameとPasswordが与えられた。
これらの情報を利用し、Tera TermでSSH接続ができた。
A pair of an IPv4 address and a port number, an Username, and a Password were given.
With these information, a server was available to be connected via SSH with Tera Term.
Using this command:
echo *
というコマンドでファイルの一覧を得ることができ、flag.txt
というファイルがあることがわかった。
A list of files could be obtained and I found a file flag.txt
.
Using this command:
source flag.txt
というコマンドを実行すると、
This output is produced and I obtained the flag:
source: ractf{std0ut_1s_0v3rr4ted_spl1t_sha}: No such file or directory
という出力がされ、flagが得られた。
ractf{std0ut_1s_0v3rr4ted_spl1t_sha}
writeup by MikeCAT
RACTF 2021