Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashrs/safecopy

Burp Extension for copying requests safely. It redacts headers like Cookie, Authorization and X-CSRF-Token for now. More support can be added in the future.
https://github.com/yashrs/safecopy

Last synced: 3 months ago
JSON representation

Burp Extension for copying requests safely. It redacts headers like Cookie, Authorization and X-CSRF-Token for now. More support can be added in the future.

Awesome Lists containing this project

README

        

# Copy Requests Safely

When reporting a bug or a triager responding to a report, one shouldn't include headers which contain access tokens and cookies. I used to manually remove them, so to solve that problem, this extension was born.

Burp Extension for copying requests safely.

It redacts headers:
Basic headers are being redacted right now by this extension. These include the common ones:

- Authorization:
- Cookie
- X-CSRF-Token

More support can and will be added in the future