-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f961196
commit dddfd37
Showing
11 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,38 +11,38 @@ Loads and builds a payload. | |
## ARGUMENTS | ||
|
||
*NAME* | ||
The name of the payload to load. | ||
: The name of the payload to load. | ||
|
||
## OPTIONS | ||
|
||
`-f`, `--file` *FILE* | ||
Optionally loads the payload from the file. | ||
: Optionally loads the payload from the file. | ||
|
||
`-F`, `--format` `hex`\|`c`\|`shell`\|`powershell`\|`xml`\|`html`\|`js`\|`ruby` | ||
Formats the built payload for another programming language. | ||
: Formats the built payload for another programming language. | ||
|
||
`-p`, `--param` *NAME*`=`*VALUE* | ||
Sets a param for the payload. | ||
: Sets a param for the payload. | ||
|
||
`-o`, `--output` *FILE* | ||
Writes the built payload to the given file instead of printing it to stdout. | ||
: Writes the built payload to the given file instead of printing it to stdout. | ||
|
||
`-e`, `--encoder` *ENCODER* | ||
Adds the encoder to the payload's encoder pipeline. | ||
: Adds the encoder to the payload's encoder pipeline. | ||
|
||
`--encoder-param` *ENCODER*`.`*NAME*`.`*VALUE* | ||
Sets a param on the given encoder. | ||
: Sets a param on the given encoder. | ||
|
||
`-D`, `--debug` | ||
Enables debugging messages. | ||
: Enables debugging messages. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-list(1) ronin-payloads-show(1) ronin-payloads-launch(1) | ||
[ronin-payloads-list](ronin-payloads-list.1.md) [ronin-payloads-show](ronin-payloads-show.1.md) [ronin-payloads-launch](ronin-payloads-launch.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,29 +11,29 @@ Encodes data using one or more encoders. | |
## ARGUMENTS | ||
|
||
*FILE* | ||
The optional file to read the data to encode from. | ||
: 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. | ||
: Formats the encoded data. | ||
|
||
`-E`, `--encode` *ENCODER* | ||
Loads the encoder with the given name. | ||
: Loads the encoder with the given name. | ||
|
||
`-p`, `--param` *ENCODER*`.`*NAME*`=`*VALUE* | ||
Sets a param on one of the loaded encoders. | ||
: Sets a param on one of the loaded encoders. | ||
|
||
`-s`, `--string` *STRING* | ||
Encodes the given string. | ||
: Encodes the given string. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-encoders(1) ronin-payloads-encoder(1) | ||
[ronin-payloads-encoders](ronin-payloads-encoders.1.md) [ronin-payloads-encoder](ronin-payloads-encoder.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,20 +11,20 @@ Prints information about a particular payload encoder. | |
## ARGUMENTS | ||
|
||
*NAME* | ||
The name of the payload encoder to load. | ||
: The name of the payload encoder to load. | ||
|
||
## OPTIONS | ||
|
||
`-f`, `--file` *FILE* | ||
The optional file to load the payload encoder from. | ||
: The optional file to load the payload encoder from. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-encoders(1) ronin-payloads-encode(1) | ||
[ronin-payloads-encoders](ronin-payloads-encoders.1.md) [ronin-payloads-encode](ronin-payloads-encode.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ Lists available payload encoders. | |
## ARGUMENTS | ||
|
||
*DIR* | ||
The optional directory to list encoders from. | ||
: The optional directory to list encoders from. | ||
|
||
## OPTIONS | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-encoder(1) ronin-payloads-encode(1) | ||
[ronin-payloads-encoder](ronin-payloads-encoder.1.md) [ronin-payloads-encode](ronin-payloads-encode.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ Starts an interactive Ruby shell with `ronin/payloads` loaded. | |
## OPTIONS | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads(1) | ||
[ronin-payloads](ronin-payloads.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,23 +11,23 @@ Launches a payload. | |
## ARGUMENTS | ||
|
||
*NAME* | ||
The name of the payload to load. | ||
: The name of the payload to load. | ||
|
||
## OPTIONS | ||
|
||
`-f`, `--file` *FILE* | ||
Optionally loads the payload from the file. | ||
: Optionally loads the payload from the file. | ||
|
||
`-D`, `--debug` | ||
Enables debugging messages. | ||
: Enables debugging messages. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-list(1) ronin-payloads-show(1) ronin-payloads-build(1) | ||
[ronin-payloads-list](ronin-payloads-list.1.md) [ronin-payloads-show](ronin-payloads-show.1.md) [ronin-payloads-build](ronin-payloads-build.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ Lists available payloads. | |
## ARGUMENTS | ||
|
||
*DIR* | ||
The optional directory to list payloads from. | ||
: The optional directory to list payloads from. | ||
|
||
## OPTIONS | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-show(1) ronin-payloads-build(1) ronin-payloads-launch(1) | ||
[ronin-payloads-show](ronin-payloads-show.1.md) [ronin-payloads-build](ronin-payloads-build.1.md) [ronin-payloads-launch](ronin-payloads-launch.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,36 +11,36 @@ Generates a new payload file. | |
## ARGUMENTS | ||
|
||
*PATH* | ||
The path to the new payload file to generate. | ||
: The path to the new payload file to generate. | ||
|
||
## OPTIONS | ||
|
||
`-t`, `--type` `asm`\|`shellcode`\|`c`\|`go`\|`rust`\|`command`\|`shell`\|`powershell`\|`html`\|`javascript`\|`typescript`\|`java`\|`sql`\|`php`\|`python`\|`ruby`\|`nodejs` | ||
The type of payload to generate. | ||
: The type of payload to generate. | ||
|
||
`-a`, `--author` *NAME* | ||
The name of the author. Defaults to the configured git author name or the | ||
: The name of the author. Defaults to the configured git author name or the | ||
`USERNAME` environment variable. | ||
|
||
`-e`, `--author-email` *EMAIL* | ||
The email address of the author. Defaults to the configured git author email. | ||
: The email address of the author. Defaults to the configured git author email. | ||
|
||
`-S`, `--summary` *TEXT* | ||
The summary text for the new payload. | ||
: The summary text for the new payload. | ||
|
||
`-D`, `--description` *TEXT* | ||
The description text for the new payload. | ||
: The description text for the new payload. | ||
|
||
`-R`, `--reference` *URL* | ||
Adds a reference URL to the new payload. | ||
: Adds a reference URL to the new payload. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-list(1) ronin-payloads-show(1) ronin-payloads-build(1) ronin-payloads-launch(1) | ||
[ronin-payloads-list](ronin-payloads-list.1.md) [ronin-payloads-show](ronin-payloads-show.1.md) [ronin-payloads-build](ronin-payloads-build.1.md) [ronin-payloads-launch](ronin-payloads-launch.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,23 +11,23 @@ Prints information about a payload. | |
## ARGUMENTS | ||
|
||
*NAME* | ||
The name of the payload to load. | ||
: The name of the payload to load. | ||
|
||
## OPTIONS | ||
|
||
`-v`, `--verbose` | ||
Prints additional information about the payload. | ||
: Prints additional information about the payload. | ||
|
||
`-f`, `--file` *FILE* | ||
Optionally loads the payload from the file. | ||
: Optionally loads the payload from the file. | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-list(1) ronin-payloads-build(1) ronin-payloads-launch(1) | ||
[ronin-payloads-list](ronin-payloads-list.1.md) [ronin-payloads-build](ronin-payloads-build.1.md) [ronin-payloads-launch](ronin-payloads-launch.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,40 +11,40 @@ Runs a `ronin-payloads` *COMMAND*. | |
## ARGUMENTS | ||
|
||
*COMMAND* | ||
The `ronin-payloads` command to execute. | ||
: The `ronin-payloads` command to execute. | ||
|
||
## OPTIONS | ||
|
||
`-h`, `--help` | ||
Print help information | ||
: Print help information | ||
|
||
## COMMANDS | ||
|
||
`build` | ||
Builds a payload. | ||
: Builds a payload. | ||
|
||
`encode` | ||
Encodes a payload with one or more payload encoders. | ||
: Encodes a payload with one or more payload encoders. | ||
|
||
`encoders` | ||
Lists available encoders. | ||
: Lists available encoders. | ||
|
||
`irb` | ||
Starts ronin-payload's interactive Ruby shell. | ||
: Starts ronin-payload's interactive Ruby shell. | ||
|
||
`launch` | ||
Launches a payload. | ||
: Launches a payload. | ||
|
||
`list` | ||
Lists available payloads. | ||
: Lists available payloads. | ||
|
||
`help` | ||
Lists available commands or shows help about a specific command. | ||
: Lists available commands or shows help about a specific command. | ||
|
||
## AUTHOR | ||
|
||
Postmodern <[email protected]> | ||
|
||
## SEE ALSO | ||
|
||
ronin-payloads-irb(1) ronin-payloads-build(1) ronin-payloads-encode(1) ronin-payloads-encoders(1) ronin-payloads-launch(1) ronin-payloads-list(1) | ||
[ronin-payloads-irb](ronin-payloads-irb.1.md) [ronin-payloads-build](ronin-payloads-build.1.md) [ronin-payloads-encode](ronin-payloads-encode.1.md) [ronin-payloads-encoders](ronin-payloads-encoders.1.md) [ronin-payloads-launch](ronin-payloads-launch.1.md) [ronin-payloads-list](ronin-payloads-list.1.md) |