NAME
ronin-exploits-run - Runs an exploit
SYNOPSIS
ronin-exploits run [options] {NAME | --file FILE}
DESCRIPTION
Loads and runs an exploit.
ARGUMENTS
- NAME
- The name of the exploit to load.
OPTIONS
-f,--fileFILE- The exploit file to load.
-p,--paramNAME=VALUE- Sets a param for the exploit.
-D,--dry-run- Builds the exploit but does not launch it.
-T,--test- Runs only the exploit test.
--payload-fileFILE- Load the payload from the given Ruby file.
--read-payloadFILE- Reads the payload string from the file.
--payload-stringSTRING- Uses the raw payload string instead.
-P,--payloadNAME- The payload to load and use.
--payload-paramNAME=VALUE- Sets a param in the payload.
--encoder-fileFILE- Load the payload encoder from the Ruby file.
-E,--encoderNAME- Loads the payload encoder by name.
--encoder-paramENCODER.NAME=VALUE- Sets a param for the ENCODER.
-t,--targetINDEX- Selects the target by index.
-A,--target-archx86|x86-64|amd64|ia64|ppc|ppc64|arm|armbe|arm64|arm64be|mips|mipsle|mips64|mips64le- Selects the target with the matching arch.
-O,--target-oslinux|macos|windows|freebsd|openbsd|netbsd- Selects the target with the matching OS.
--target-os-versionVERSION- Selects the target with the matching OS version.
-S,--target-softwareNAME- Selects the target with the matching software name.
-V,--target-versionVERSION- Selects the target with the matching software version.
-L,--save-lootDIR- Saves any found loot to the DIR.
-d,--debug- Enables debugging messages.
--irb- Open an interactive Ruby shell inside the exploit.
-h,--help- Print help information
AUTHOR
Postmodern postmodern.mod3@gmail.com