NAME
ronin-decode - Decodes each character of data from a variety of encodings
SYNOPSIS
ronin decode [options] [FILE …]
DESCRIPTION
Decodes each character of the given data from a variety of formats.
ARGUMENTS
- FILE
- The optional file to read and process. If no FILE arguments are given,
input will be read from
stdin.
OPTIONS
-f,--fileFILE- Optional file to process.
--stringSTRING- Optional string to process.
-M,--multiline- Process each line of input separately.
-n,--keep-newlines- Preserves newlines at the end of each line.
--base16- Base16 decodes the data.
--base32- Base32 decodes the data.
-b,--base64[=strict|url]- Base64 decodes the data. If the
strictorurloption value is given, it will enablestrictorurlBase64 encoding mode, respectively. -z,--zlib- Zlib uncompresses the data.
-g,--gzip- gzip uncompresses the data.
-c,–c`- Decodes the data as a C string.
-X,--hex- Hex decode the data (ex:
414141...). -H,--html- HTML decodes the data.
-u,--uri- URI decodes the data.
--http- HTTP decodes the data.
-j,--js- JavaScript decodes the data.
-S,--shell- Decodes the data as a Shell string.
-P,--powershell- Decodes the data as a PowerShell string.
--punycode- Decodes the data as Punycode.
-Q,--quoted-printable- Decodes the data as Quoted Printable.
-R,--ruby- Decodes the data as a Ruby string.
--uudecode- uudecodes the data.
-x,--xml- XML decodes the data.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com