.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-http 1 "2023-02-01" Ronin "User Manuals" .SH NAME .PP ronin\-http \- Send HTTP requests or spawn an interactive HTTP shell .SH SYNOPSIS .PP \fBronin http\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIURL\fP \.\.\.\[rB] .SH DESCRIPTION .PP Send HTTP requests or spawn an interactive HTTP shell\. .SH ARGUMENTS .TP \fIURL\fP A URL to request\. .SH OPTIONS .TP \fB\-v\fR, \fB\-\-verbose\fR Enables verbose output\. .TP \fB\-f\fR, \fB\-\-file\fR \fIFILE\fP Optional file to read values from\. .TP \fB\-\-method\fR \fIHTTP\[ru]METHOD\fP Send the HTTP request method\. .TP \fB\-\-get\fR Send a GET request\. .TP \fB\-\-head\fR Send a HEAD request\. .TP \fB\-\-patch\fR Send a PATCH request\. .TP \fB\-\-post\fR Send a POST request\. .TP \fB\-\-put\fR Send a PUT request\. .TP \fB\-\-copy\fR Send a COPY request\. .TP \fB\-\-delete\fR Send a DELETE request\. .TP \fB\-\-lock\fR Send a LOCK request\. .TP \fB\-\-options\fR Send a OPTIONS request\. .TP \fB\-\-mkcol\fR Send a MKCOL request\. .TP \fB\-\-move\fR Send a MOVE request\. .TP \fB\-\-propfind\fR Send a PROPFIND request\. .TP \fB\-\-proppatch\fR Send a PROPPATCH request\. .TP \fB\-\-trace\fR Send a TRACE request\. .TP \fB\-\-unlock\fR Send an UNLOCK request\. .TP \fB\-\-shell\fR \fIURL\fP Open an interactive HTTP shell\. .TP \fB\-P\fR, \fB\-\-proxy\fR \fIURL\fP The proxy to use\. .TP \fB\-U\fR, \fB\-\-user\-agent\-string\fR \fISTRING\fP The User\-Agent string to use\. .TP \fB\-u\fR, \fB\-\-user\-agent\fR \fIrandom\fP\[or]\fIchrome\fP\[or]\fIfirefox\fP\[or]\fIsafari\fP\[or]\fIlinux\fP\[or]\fImacos\fP\[or]\fIwindows\fP\[or]\fIiphone\fP\[or]\fIipad\fP\[or]\fIandroid\fP\[or]\fIchrome\-linux\fP\[or]\fIchrome\-macos\fP\[or]\fIchrome\-windows\fP\[or]\fIchrome\-iphone\fP\[or]\fIchrome\-ipad\fP\[or]\fIchrome\-android\fP\[or]\fIfirefox\-linux\fP\[or]\fIfirefox\-macos\fP\[or]\fIfirefox\-windows\fP\[or]\fIfirefox\-iphone\fP\[or]\fIfirefox\-ipad\fP\[or]\fIfirefox\-android\fP\[or]\fIsafari\-macos\fP\[or]\fIsafari\-iphone\fP\[or]\fIsafari\-ipad\fP\[or]\fIedge\fP The User\-Agent alias to use\. .TP \fB\-H\fR, \fB\-\-header\fR \[lq]\fINAME\fP: \fIVALUE\fP\[rq] Adds a header to the request\. .TP \fB\-C\fR, \fB\-\-cookie\fR \fICOOKIE\fP Sets the raw \fBCookie\fR header\. .TP \fB\-c\fR, \fB\-\-cookie\-param\fR \fINAME\fP\fB\[eq]\fR\fIVALUE\fP Sets an additional \fBCookie\fR param using the given \fINAME\fP and \fIVALUE\fP\. .TP \fB\-B\fR, \fB\-\-body\fR \fISTRING\fP The request body\. .TP \fB\-F\fR, \fB\-\-body\-file\fR \fIFILE\fP Sends the file as the request body\. .TP \fB\-f\fR, \fB\-\-form\-data\fR \fINAME\fP\[eq]\fIVALUE\fP Adds a value to the form data\. .TP \fB\-q\fR, \fB\-\-query\-param\fR \fINAME\fP\[eq]\fIVALUE\fP Adds a query param to the URL\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME