0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

picoCTF 2019 like1000 - Points: 250

Posted at

問題

image.png

解いてみた

ダウンロードしたtarファイルを解凍してみる。

image.png

これはもしや1.tarまで繰り返す系のやつかな。。。
テキストファイルの中を見てみます。

image.png

何?
999.tarを解凍してみます。

image.png

998.tarができました。
やはり1.tarまで頑張る系みたいですね。
テキストファイルの中身は同じでした。

ubuntuのshellを使って一気に全部解凍してみます。
こんな感じですかね。

image.png

実行するとなぜか609.tarで止まってしまいました。

image.png

なんでかなと思って調べてみると残り容量が0に。。。
ひとつ前のtarを削除する処理を追加する必要がありそうです。
こんな感じで実行してみます。

image.png

最後にflag.pngが出てきました。

image.png

解けました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?