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.

CpawCTF Q16.[Network+Forensic]HTTP Traffic

問題にある.pcapファイルをダウンロードします。
WireSharkで解析していきます。
ファイル>オブジェクトを抽出>HTTP...
スクリーンショット 2024-02-12 222404.png
をすると以下のような画面が表示されます。
スクリーンショット 2024-02-12 222423.png
すべて保存して
network(1)の中身を見てみるとhtmlであることがわかるので、拡張子を.htmlで名前変更しWebで開いてみると以下のような画面になります。
スクリーンショット 2024-02-12 222210.png
これだと何もできないので、htmlの中身を確認して、img,css,js,icoをそれぞれディレクトリに入れると以下のようになり、ボタンをクリックするとFLAGが表示される。
スクリーンショット 2024-02-12 222046.png
スクリーンショット 2024-02-12 223013.png
よって答えはcpaw{Y0u_r3st0r3d_7his_p4ge}

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?