Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

Windows 11 Fiddler 5.0.20253 のインストール

0
Posted at

はじめに

備忘録です。Fiddler のダウンロードとインストール、セットアップを行います。

Fiddler とは

HTTP / HTTPS トラフィックの解析やデバッグするためのプロキシツールです。キャプチャだけでなく、内容を書き換えたり、偽装することも可能です。

Fiddler には、従来の Windows 専用である Fiddler Classic と、新しくクロスプラットフォーム対応した Fiddler Everywhere の 2 種類があります。

今回は Fiddler Classic が対象です。

ダウンロード

以下の URL にアクセスします。

画面左側の欄に必要な情報を入力します。その後、赤色の Download For Windows* ボタンでダウンロードできます。

インストール

ダウンロードしてきたインストーラーを実行します。

I Agree で次へ進みます。

Install で次へ進みます。

少し待ちます。

完了したら Close でインストーラーを終了します。

セットアップ

初回起動時、以下の案内メッセージが表示されます。Cancel ボタンで、次回から表示されなくなります。

Windows uses an isolation technology called 'AppContainer' that may interfere with traffic capture from Immersive Applications and the Edge browser. Use the WinConfig button in Progress Telerik Fiddler Classic's toolbar to enable traffic capture.

Would you like to learn more?

To disable this warning, click 'Cancel'.

メインのウィンドウが起動しました。既に HTTP / HTTPS トラフィックのキャプチャが始まっています。

メニューバーの Tools から Options... を選択します。

HTTPS タブを選択します。Decrypt HTTPS traffic にチェックを入れます。

以下のメッセージが表示されます。Fiddler 独自のルート証明書についての警告です。Yes を押します。

To intercept HTTPS traffic, Fiddler Classic generates a unique root certificate.

You may configure Windows to trust this root certificate to suppress security warnings. This is generally safe.

Click 'Yes' to reconfigure Windows' Trusted CA list.
Click 'No' if this is all geek to you.

Trust the Fiddler Classic Root certificate?

はいを押します。

はいを押して Fiddler 独自のルート証明書をインストールします。

インストールが完了しました。OK を押してメッセージを閉じます。

Options 画面に戻って Ignore server certificate errors (unsafe) にチェックを入れます。その後 OK を押して、セットアップは完了です。

おわりに

Wireshark と使い分けていきたいです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?