One of our Tech Leads internally recommended we support Base64 response decoding for scenarios where scripts may wish to output complex responses. We had this implemented in an internal branch, but significant refactoring will be needed to make this work with the latest version of the code.
This issue therefore serves as a reminder that we should get this functionality re-implemented and available for use.
Example:
$ runscript -CloudFile SomeScriptThatOutputsBase64 -b64decode
[+] Decoded script output here
One of our Tech Leads internally recommended we support Base64 response decoding for scenarios where scripts may wish to output complex responses. We had this implemented in an internal branch, but significant refactoring will be needed to make this work with the latest version of the code.
This issue therefore serves as a reminder that we should get this functionality re-implemented and available for use.
Example: