Add-on for Telerik Fiddler to redact Authorization (and other) headers
Перейти к файлу
Zach Renner 77340e26b7
Add summary, build instructions
2018-04-09 16:21:11 -07:00
images Add implementation 2018-01-30 15:18:12 -08:00
src Add copyright/license headers 2018-01-31 16:42:22 -08:00
.gitignore Initial commit 2018-01-30 13:29:34 -08:00
LICENSE Initial commit 2018-01-30 13:29:43 -08:00
README.md Add summary, build instructions 2018-04-09 16:21:11 -07:00

README.md

Fiddler Auth Sanitizer

Screenshot

Fiddler Auth Sanitizer is an extension for Telerik Fiddler to assist with removing sensitive information from persisted logs.

Building

This plugin can be built using VS2015 or later (or equivalent MSBuild command line build tools).
A Fiddler installation is required. The project references Fiddler.exe at "$(LocalAppData)\Programs\Fiddler\Fiddler.exe", but the reference path can be changed if desired.

Installation

  1. Copy FiddlerSanitizer.dll into %UserProfile%\Documents\Fiddler2\Scripts
  2. Launch Fiddler
  3. Go to the "Auth Sanitizer" tab and configure as desired

Please note

This tool is designed to remove authorization headers from the Telerik Fiddler trace logs, but it may not find or remove all of them. The trace logs may still contain some sensitive information. We recommend that you manually check the trace logs for authorization headers and any other sensitive information, prior to sharing.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.