Skip to content

Commit

Permalink
Explicitly list all available commands in the ronin-web.1 man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 6, 2023
1 parent fce5f66 commit 2626dd1
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions man/ronin-web.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,50 @@ A collection of useful web commands.
`-h`, `--help`
: Prints help information.

## COMMANDS

`browser`
: Automates a web browser.

`diff`
: Diffs two web pages.

`html`
: Performs XPath/CSS-path queries on a URL or HTML file.

`irb`
: Starts an interactive Ruby shell with ronin-web loaded.

`new`
: Creates new projects or scripts.

`reverse-proxy`
: Starts a HTTP proxy server.

`screenshot`
: Screenshots one or more URLs.

`server`
: Starts a web server.

`session-cookie`
: Parses and deserializes various session cookie formats.

`spider`
: Spiders a website.

`user-agent`
: Generates a random User-Agent string.

`wordlist`
: Builds a wordlist by spidering a website.

`xml`
: Performs XPath queries on a URL or XML file.

`help`
: Prints help information about this command or another command.

## AUTHOR

Postmodern <[email protected]>
Expand Down

0 comments on commit 2626dd1

Please sign in to comment.