.\" Generated by kramdown-man 0.1.8 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-exploits-new 1 "2023-02-01" Ronin "User Manuals" .LP .SH SYNOPSIS .LP .HP \fBronin-exploits new\fR \[lB]\fIoptions\fP\[rB] \fIFILE\fP .LP .SH DESCRIPTION .LP .PP Creates a new exploit file\. .LP .SH ARGUMENTS .LP .TP \fIFILE\fP The path to the exploit file to generate\. .LP .SH OPTIONS .LP .TP \fB-t\fR, \fB--type\fR \fBexploit\fR\[or]\fBheap_overflow\fR\[or]\fBstack_overflow\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\. .LP .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\. .LP .TP \fB-e\fR, \fB--author-email\fR \fIEMAIL\fP The email address of the author\. Defaults to the configured git author email\. .LP .TP \fB-s\fR, \fB--summary\fR \fITEXT\fP One sentence summary for the exploit\. .LP .TP \fB-d\fR, \fB--description\fR \fITEXT\fP Longer description for the exploit\. .LP .TP \fB-I\fR, \fB--advisory-id\fR \fIID\fP Add the advisory ID to the exploit\. .LP .TP \fB-R\fR, \fB--reference\fR \fIURL\fP Adds a reference to the exploit\. .LP .TP \fB-P\fR, \fB--has-payload\fR \fBpayload\fR\[or]\fBasm\fR\[or]\fBshellcode\fR\[or]\fBc\fR\[or]\fBshell\fR\[or]\fBpowershell\fR\[or]\fBhtml\fR\[or]\fBjavascript\fR\[or]\fBtyppescript\fR\[or]\fBjava\fR\[or]\fBsql\fR\[or]\fBphp\fR\[or]\fBnodejs\fR The payload type the exploit uses\. .LP .TP \fB-N\fR, \fB--networking\fR \fBremote_tcp\fR\[or]\fBremote_udp\fR\[or]\fBhttp\fR The networking mixin to use\. .LP .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\. .LP .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\. .LP .TP \fB--os-version\fR \fIVERSION\fP The OS version to target\. .LP .TP \fB-S\fR, \fB--software\fR \fINAME\fP The software to target\. .LP .TP \fB-V\fR, \fB--software-version\fR \fIVERSION\fP The software version to target\. .LP .TP \fB-L\fR, \fB--loot\fR Adds the loot mixin\. .LP .TP \fB-h\fR, \fB--help\fR Print help information .LP .SH AUTHOR .LP .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .LP .SH SEE ALSO .LP .PP ronin\-exploits\-show(1) ronin\-exploits\-run(1)