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 1 year has passed since last update.

setodaNoteCTF - Digdig 200

Posted at

問題

image.png

解いてみた

ファイルを開くと全部DNSでした。

image.png

DNSの内容を見てみると.setodanote.netより前の部分が怪しい感じがあります。

image.png

とりあえずresponseで絞ってみる。

image.png

AとAAAAが混ざってるのでAAAAだけにしてみる。

image.png

サブドメインの文字数が違う上3つは無視するとしてサブドメインの部分をcyberchefに入れてみる。

image.png

若干文字になっています。先頭の005aa0は全部同じなので削除してみます。

image.png

惜しいところまではいってる気がします。いろいろ考えると先頭2バイトが順番を示している気がしたので並び替えてみます。

image.png

何個かflag{~}の形になったので答えに入れてみると正解がありました。

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?