.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-exploits-new 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-exploits\-new \- Creates a new exploit file .SH SYNOPSIS .PP \fBronin\-exploits new\fR \[lB]\fIoptions\fP\[rB] \fIPATH\fP .SH DESCRIPTION .PP Creates a new exploit file\. .SH ARGUMENTS .TP \fIPATH\fP The path to the exploit file to generate\. .SH OPTIONS .TP \fB\-t\fR, \fB\-\-type\fR \fBexploit\fR\[or]\fBheap\-overflow\fR\[or]\fBstack\-overflow\fR\[or]\fBcommand\-injection\fR\[or]\fBweb\fR\[or]\fBopen\-redirect\fR\[or]\fBlfi\fR\[or]\fBrfi\fR\[or]\fBsqli\fR\[or]\fBssti\fR\[or]\fBxss\fR The type for the new exploit\. .TP \fB\-a\fR, \fB\-\-author\fR \fINAME\fP The name of the author\. Defaults to the configured git author name or the \fBUSERNAME\fR environment variable\. .TP \fB\-e\fR, \fB\-\-author\-email\fR \fIEMAIL\fP The email address of the author\. Defaults to the configured git author email\. .TP \fB\-s\fR, \fB\-\-summary\fR \fITEXT\fP One sentence summary for the exploit\. .TP \fB\-d\fR, \fB\-\-description\fR \fITEXT\fP Longer description for the exploit\. .TP \fB\-I\fR, \fB\-\-advisory\-id\fR \fIID\fP Add the advisory ID to the exploit\. .TP \fB\-R\fR, \fB\-\-reference\fR \fIURL\fP Adds a reference to the exploit\. .TP \fB\-P\fR, \fB\-\-has\-payload\fR \fBpayload\fR\[or]\fBasm\fR\[or]\fBshellcode\fR\[or]\fBc\fR\[or]\fBcommand\fR\[or]\fBshell\fR\[or]\fBpowershell\fR\[or]\fBhtml\fR\[or]\fBjavascript\fR\[or]\fBtypescript\fR\[or]\fBjava\fR\[or]\fBsql\fR\[or]\fBphp\fR\[or]\fBnodejs\fR The payload type the exploit uses\. .TP \fB\-N\fR, \fB\-\-networking\fR \fBremote\-tcp\fR\[or]\fBremote\-udp\fR\[or]\fBhttp\fR The networking mixin to use\. .TP \fB\-A\fR, \fB\-\-arch\fR \fBx86\fR\[or]\fBx86\-64\fR\[or]\fBamd64\fR\[or]\fBia64\fR\[or]\fBppc\fR\[or]\fBppc64\fR\[or]\fBarm\fR\[or]\fBarmbe\fR\[or]\fBarm64\fR\[or]\fBarm64be\fR\[or]\fBmips\fR\[or]\fBmipsle\fR\[or]\fBmips64\fR\[or]\fBmips64le\fR The architecture to target\. .TP \fB\-O\fR, \fB\-\-os\fR \fBlinux\fR\[or]\fBmacos\fR\[or]\fBwindows\fR\[or]\fBfreebsd\fR\[or]\fBopenbsd\fR\[or]\fBnetbsd\fR The Operating System (OS) to target\. .TP \fB\-\-os\-version\fR \fIVERSION\fP The OS version to target\. .TP \fB\-S\fR, \fB\-\-software\fR \fINAME\fP The software to target\. .TP \fB\-V\fR, \fB\-\-software\-version\fR \fIVERSION\fP The software version to target\. .TP \fB\-L\fR, \fB\-\-loot\fR Adds the loot mixin\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-exploits\-show (1) .BR ronin\-exploits\-run (1)