NAME
ronin-http - Send HTTP requests or spawn an interactive HTTP shell
SYNOPSIS
ronin http [options] [URL …]
DESCRIPTION
Send HTTP requests or spawn an interactive HTTP shell.
ARGUMENTS
- URL
- A URL to request.
OPTIONS
-v,--verbose- Enables verbose output.
-f,--fileFILE- Optional file to read values from.
--methodHTTP_METHOD- Send the HTTP request method.
--get- Send a GET request.
--head- Send a HEAD request.
--patch- Send a PATCH request.
--post- Send a POST request.
--put- Send a PUT request.
--copy- Send a COPY request.
--delete- Send a DELETE request.
--lock- Send a LOCK request.
--options- Send a OPTIONS request.
--mkcol- Send a MKCOL request.
--move- Send a MOVE request.
--propfind- Send a PROPFIND request.
--proppatch- Send a PROPPATCH request.
--trace- Send a TRACE request.
--unlock- Send an UNLOCK request.
--shellURL- Open an interactive HTTP shell.
-P,--proxyURL- The proxy to use.
-U,--user-agent-stringSTRING- The User-Agent string to use.
-u,--user-agentrandom|chrome|firefox|safari|linux|macos|windows|iphone|ipad|android|chrome-linux|chrome-macos|chrome-windows|chrome-iphone|chrome-ipad|chrome-android|firefox-linux|firefox-macos|firefox-windows|firefox-iphone|firefox-ipad|firefox-android|safari-macos|safari-iphone|safari-ipad|edge- The User-Agent alias to use.
-H,--header“NAME: VALUE”- Adds a header to the request.
-C,--cookieCOOKIE- Sets the raw
Cookieheader. -c,--cookie-paramNAME=VALUE- Sets an additional
Cookieparam using the given NAME and VALUE. -B,--bodySTRING- The request body.
-F,--body-fileFILE- Sends the file as the request body.
-f,--form-dataNAME=VALUE- Adds a value to the form data.
-q,--query-paramNAME=VALUE- Adds a query param to the URL.
-h,--help- Print help information.
AUTHOR
Postmodern postmodern.mod3@gmail.com