https://github.com/gosecure/zap-autodecode-view
ZAP plugin demonstrating custom view for WebSocket messages.
https://github.com/gosecure/zap-autodecode-view
Last synced: about 1 year ago
JSON representation
ZAP plugin demonstrating custom view for WebSocket messages.
- Host: GitHub
- URL: https://github.com/gosecure/zap-autodecode-view
- Owner: GoSecure
- License: mit
- Created: 2021-02-01T17:21:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T12:43:11.000Z (over 4 years ago)
- Last Synced: 2025-04-05T15:35:28.549Z (over 1 year ago)
- Language: Kotlin
- Size: 8.32 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto-Decode View for WebSocket
*Looking for a maintainer: Please open an issue to let us know if you want to adopt this project.*
This ZAP plugin is a demonstration of a custom view for the WebSocket messages.
It adds a view "Auto-Decode" to the existing list "Text" and "Hex".
This view will decode automatically messages if it detect one of the following compression or encoding algorithms:
- ZIP
- LZIP
- Base64
- URL decoding
- Brotli
# Tutorials
- [How to install](https://github.com/GoSecure/zap-autodecode-view/wiki#how-to-install)
- [How to use](https://github.com/GoSecure/zap-autodecode-view/wiki#how-to-use)