-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly list all available commands in the
ronin-web.1
man page.
- Loading branch information
1 parent
fce5f66
commit 2626dd1
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|