NAME
ronin-payloads-build - Loads and builds a payload
SYNOPSIS
ronin-payloads build [options] {--file FILE | NAME}
DESCRIPTION
Loads and builds a payload.
ARGUMENTS
- NAME
- The name of the payload to load.
OPTIONS
-f,--fileFILE- Optionally loads the payload from the file.
-F,--formathex|c|shell|powershell|xml|html|js|ruby- Formats the built payload for another programming language.
-p,--paramNAME=VALUE- Sets a param for the payload.
-o,--outputFILE- Writes the built payload to the given file instead of printing it to stdout.
-E,--encoderENCODER- Adds the encoder to the payload’s encoder pipeline.
--encoder-paramENCODER.NAME.VALUE- Sets a param on the given encoder.
-D,--debug- Enables debugging messages.
-h,--help- Print help information
AUTHOR
Postmodern postmodern.mod3@gmail.com
SEE ALSO
ronin-payloads-list ronin-payloads-show ronin-payloads-launch