NAME
ronin-unescape - Unescapes each escaped character from a variety of encodings
SYNOPSIS
ronin unescape [options] [FILE …]
DESCRIPTION
Unescapes each escaped character from a variety of encodings.
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 separately.
-n,--keep-newlines- Preserves newlines at the end of each line.
-c,--c- Unescapes the data as a C string.
-X,--hex- Unescapes the data as a hex string (ex: “ABC\x01\x02\x03…”)
-H,--html- HTML unescapes the data.
-u,--uri- URI unescapes the data.
--http- HTTP unescapes the data.
-j,--js- Unescapes the data as a JavaScript string.
-S,--shell- Unescapes the data as a Shell string.
-P,--powershell- Unescapes the data as a PowerShell string.
-Q,--quoted-printable- Unescapes the data as Quoted Printable.
-R,--ruby- Unescapes the data as a Ruby string.
-x,--xml- XML unescapes the data.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com