ronin-payloads icon indicating copy to clipboard operation
ronin-payloads copied to clipboard

Add a `cmd/base64` built-in encoder

Open postmodern opened this issue 1 year ago • 0 comments

Add a built-in encoder which converts a shell command into a base64 encoded string that's decoded using base64 -d or possibly openssl enc -base64 -d.

eval $(echo #{base64_encoded_cmd_goes_here) | base64 -d)

postmodern avatar May 25 '23 22:05 postmodern