Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yashrs/safecopy
- Owner: yashrs
- Created: 2020-05-17T10:51:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T22:06:48.000Z (over 4 years ago)
- Last Synced: 2024-06-26T00:38:25.458Z (5 months ago)
- Language: Java
- Homepage: safecopy.vercel.app
- Size: 253 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- WebHackersWeapons - safecopy
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-TokenMore support can and will be added in the future