3
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 2018 what base is this? - Points: 200

Posted at

問題

image.png

解いてみた

まずはnc 2018shell.picoctf.com 31711に接続して雰囲気を見てみます。

image.png

途中にある2進数を文字に直してそれを入力しましょう。
という問題のようです。
CyberChefを使います。
が、30秒以内に頑張らないといけないようなので急いでやる必要があります。

image.png

というような具合です。がこのwriteupを書いていると当然時間が過ぎてしまって、キャプチャを取りながらやるのは至難の業です。
2問目は16進数で、3問目は8進数を変換する問題も出てきました。

16進数を変換するのはこんな感じです。

image.png

そして8進数を変換するのはこんな感じです。

image.png

ということで全部やりきると答えが出ます。

image.png

3
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
3
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?