Sha256: 91c55bdefcfa2ab7d0e7d3db3e340da1640fb62a91171b629eb5240b08924cde

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

# ronin-payloads-new 1 "May 2022" Ronin "User Manuals"

## SYNOPSIS

`ronin-payloads new` [*options*] *FILE*

## DESCRIPTION

Generates a new payload file.

## ARGUMENTS

*FILE*
  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.

`-a`, `--author` *NAME*
  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.

`-S`, `--summary` *TEXT*
  The summary text for the new payload.

`-D`, `--description` *TEXT*
  The description text for the new payload.

`-R`, `--reference` *URL*
  Adds a reference URL to the new payload.

`-h`, `--help`
  Print help information

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-payloads-list(1) ronin-payloads-show(1) ronin-payloads-build(1) ronin-payloads-launch(1)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-payloads-0.1.4 man/ronin-payloads-new.1.md
ronin-payloads-0.1.3 man/ronin-payloads-new.1.md