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 3 years have passed since last update.

setodaNoteCTF - stay_in_touch 150

Posted at

問題

image.png

解いてみた

ファイルを見ます。

image.png

IMAPなどがあるところを見るとメール関連の問題のようです。

[ファイル]⇒[オブジェクトをエクスポート]⇒[IMF]

image.png

たくさんメールがあるので全部エクスポート。

全部見てみましたが、本文が見れるのは雑談系のメールだけで以下のような重要そうなメールは本文が表示されませんでした。

image.png

右クリック⇒[追跡]⇒[TCPストリーム]を見てみます。

image.png

なんかよくわかりませんが、パスワードが手に入りました。

その少し前のTCPパケットを見るとファイルを送付したであろうメールを見つけました。

image.png

この中からメールのプロトコルっぽいところを無視してコピペして保存。

具体的には
Subject: =?UTF-8?B?UmU6IOOAkOOBlOebuOirh+OAkeiqsumVt+S7o+eQhuOBruW4sOekvg==?=
から
--------------E3A9083942D9027C4375FEE4--
までをコピペ。
x.emlで保存。
outlookで開く。

image.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?