Sha256: 5fb62d835391c0586573b9ed5866e5369101fb714fd34ebb09047112937e0300
Contents?: true
Size: 774 Bytes
Versions: 2
Compression:
Stored size: 774 Bytes
Contents
# ronin-payloads-encoder 1 "2023-02-01" Ronin "User Manuals" ## SYNOPSIS `ronin-payloads encoder` [*options*] {`--string` *STRING* \| *FILE*} ## DESCRIPTION Encodes data using one or more encoders. ## ARGUMENTS *FILE* The optional file to read the data to encode from. ## OPTIONS `-F`, `--format` `hex`\|`c`\|`shell`\|`powershell`\|`xml`\|`html`\|`js`\|`ruby` Formats the encoded data. `-E`, `--encoder` *ENCODER* Loads the encoder with the given name. `-p`, `--param` *ENCODER*`.`*NAME*`=`*VALUE* Sets a param on one of the loaded encoders. `-s`, `--string` *STRING* Encodes the given string. `-h`, `--help` Print help information ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-payloads-encoders(1) ronin-payloads-encoder(1)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-payloads-0.1.6 | man/ronin-payloads-encode.1.md |
ronin-payloads-0.1.5 | man/ronin-payloads-encode.1.md |