Skip to content

Commit

Permalink
Added the --print-curl and --print-http options to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 30, 2023
1 parent 3d59ef7 commit bf7598c
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/command_injection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/lfi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/open_redirect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/reflected_xss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/rfi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/sqli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/vulns/cli/commands/ssti.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module Commands
#
# --first Only find the first vulnerability for each URL
# -A, --all Find all vulnerabilities for each URL
# --print-curl Also prints an example curl command for each vulnerability
# --print-http Also prints an example HTTP request for each vulnerability
# -H, --header "Name: value" Sets an additional header
# -U, --user-agent-string STRING Sets the User-Agent header
# -u 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,
Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-command-injection.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-lfi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-open-redirect.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ as additional arguments or read from a file using the `--input` option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-reflected-xss.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ to scan can be given as additional arguments or read from a file using the
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-rfi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-scan.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ additional arguments or read from a file using the `--input` option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-sqli.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ option.
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down
6 changes: 6 additions & 0 deletions man/ronin-vulns-ssti.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ to scan can be given as additional arguments or read from a file using the
`-A`, `--all`
Find all vulnerabilities for each URL.

`--print-curl`
Also prints an example `curl` command for each vulnerability.

`--print-http`
Also prints an example HTTP request for each vulnerability.

`-H`, `--header` "*Name*: *value*"
Sets an additional header using the given *Name* and *value*.

Expand Down

0 comments on commit bf7598c

Please sign in to comment.