man/ronin-payloads-new.1.md in ronin-payloads-0.1.6 vs man/ronin-payloads-new.1.md in ronin-payloads-0.2.0.rc1

- old
+ new

@@ -1,7 +1,11 @@ # ronin-payloads-new 1 "May 2022" Ronin "User Manuals" +## NAME + +ronin-payloads-new - Creates a new payload file + ## SYNOPSIS `ronin-payloads new` [*options*] *PATH* ## DESCRIPTION @@ -9,38 +13,38 @@ 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 <postmodern.mod3@gmail.com> ## 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)