picoCTF2019 practice-run-1 [Binary Exploitation]

You're going to need to know how to run programs if you're going to get out of here. Navigate to /problems/practice-run-1_0_62b61488e896645ebff9b6c97d0e775e on the shell server and run this program to receive a flag.
(適当な訳)ここから抜け出すにはプログラムの実行方法を知る必要があります。/problems/practice-run-1_0_62b61488e896645ebff9b6c97d0e775eに移動し、プログラムを実行してフラグを受け取りましょう。
Hints: How do you execute a program in a command line?
(適当な訳)コマンドラインでどうやってプログラムを実行しますか?

picoCTFの用意したシェルで指定したディレクトリに移動して、実行するだけで良い。

$ cd /problems/practice-run-1_0_62b61488e896645ebff9b6c97d0e775e

$ ls -la
total 84
drwxr-xr-x   2 root       root              4096 Sep 28 21:35 .
drwxr-x--x 684 root       root             69632 Oct 10 18:02 ..
-rwxr-sr-x   1 hacksports practice-run-1_0  7252 Sep 28 21:35 run_this

$ ./run_this
picoCTF{g3t_r3adY_2_r3v3r53}​

答え:picoCTF{g3t_r3adY_2_r3v3r53}​

picoCTF write-upまとめ

いいなと思ったら応援しよう!