encode
Encode or decode payloads for injection testing, supporting URL, double, HTML, Base64, Unicode, and Hex encodings with left-to-right chaining.
Instructions
Encode or decode payloads for injection testing. Encodings: url, double, html, base64, unicode, hex. Chain multiple left-to-right. See rqwstr_docs(topic="encoding").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | encode (default) or decode | |
| chain | No | Chain of encodings applied left-to-right. Example: [url base64] | |
| value | Yes | The value to encode or decode | |
| encoding | No | Single encoding type: url double html base64 unicode hex |