NAME
ronin-exploits-new - Creates a new exploit file
SYNOPSIS
ronin-exploits new [options] PATH
DESCRIPTION
Creates a new exploit file.
ARGUMENTS
- PATH
- The path to the exploit file to generate.
OPTIONS
-t,--typeexploit|heap-overflow|stack-overflow|command-injection|web|open-redirect|lfi|rfi|sqli|ssti|xss- The type for the new exploit.
-a,--authorNAME- The name of the author. Defaults to the configured git author name or the
USERNAMEenvironment variable. -e,--author-emailEMAIL- The email address of the author. Defaults to the configured git author email.
-s,--summaryTEXT- One sentence summary for the exploit.
-d,--descriptionTEXT- Longer description for the exploit.
-I,--advisory-idID- Add the advisory ID to the exploit.
-R,--referenceURL- Adds a reference to the exploit.
-P,--has-payloadpayload|asm|shellcode|c|command|shell|powershell|html|javascript|typescript|java|sql|php|nodejs- The payload type the exploit uses.
-N,--networkingremote-tcp|remote-udp|http- The networking mixin to use.
-A,--archx86|x86-64|amd64|ia64|ppc|ppc64|arm|armbe|arm64|arm64be|mips|mipsle|mips64|mips64le- The architecture to target.
-O,--oslinux|macos|windows|freebsd|openbsd|netbsd- The Operating System (OS) to target.
--os-versionVERSION- The OS version to target.
-S,--softwareNAME- The software to target.
-V,--software-versionVERSION- The software version to target.
-L,--loot- Adds the loot mixin.
-h,--help- Print help information
AUTHOR
Postmodern postmodern.mod3@gmail.com