Extractor icon indicating copy to clipboard operation
Extractor copied to clipboard

JSON to Base64 Decode does not work.

Open cyberspacesecurity opened this issue 3 years ago • 0 comments

The plugin fails to strip the " around JSON parameters so the base64 decode fails. For example: {"foo":"YmFy"}

With the Extractor set to Body>JSON:foo>Base64

This is probably as the code is trying to decode "YmFy" instead of YmFy

cyberspacesecurity avatar Jun 28 '22 09:06 cyberspacesecurity