Skip to content

Commit

Permalink
Added NAME sections to all man pages (closes #86).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 5, 2023
1 parent 57a9c22 commit 7765785
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 1 deletion.
4 changes: 4 additions & 0 deletions man/ronin-web-browser.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-browser 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-browser - Automates a web browser

## SYNOPSIS

`ronin-web-browser` [*options*] [*URL*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-diff.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-diff 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-diff - Diffs two web pges

## SYNOPSIS

`ronin-web diff` [*options*] {*URL* \| *FILE*} {*URL* \| *FILE*}
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-html.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-html 1 "2022-01-01" Ronin "User Manuals"

## NAME

ronin-web-html - Performs XPath/CSS-path queries on a URL or HTML file

## SYNOPSIS

`ronin-web html` [*options*] {*URL* \| *FILE*} [*XPATH* \| *CSS-path*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-irb.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-irb 1 "May 2022" Ronin "User Manuals"

## NAME

ronin-web-irb - Starts an interactive Ruby shell with ronin-web loaded

## SYNOPSIS

`ronin-web irb` [*options*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-new.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-new 1 "May 2022" Ronin "User Manuals"

## NAME

ronin-web-new - Creates new projects or scripts

## SYNOPSIS

`ronin-web new` [*options*] [*COMMAND*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-reverse-proxy.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-reverse-proxy 1 "2022-01-01" Ronin "User Manuals"

## NAME

ronin-web-reverse-proxy - Starts a HTTP proxy server

## SYNOPSIS

`ronin-web reverse-proxy` [*options*] [`--host` *HOST*] [`--port` *PORT*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-screenshot.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-screenshot 1 "2023-05-01" Ronin Web "User Manuals"

## NAME

ronin-web-screenshot - Screenshots one or more URLs

## SYNOPSIS

`ronin-web-screenshot` [*options*] {*URL* [...] \| `--file` *FILE*}
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-server.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-server 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-server - Starts a web server

## SYNOPSIS

`ronin-web-server` [*options*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-session-cookie.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-session-cookie 1 "2023-03-01" Ronin "User Manuals"

## NAME

ronin-web-session-cookie - Parses and deserializes various session cookie formats

## SYNOPSIS

`ronin-web session-cookie` [*options*] {*URL* \| *STRING*}
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-spider.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-spider 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-spider - Spiders a website

## SYNOPSIS

`ronin-web spider` [*options*] {`--host` *HOST* \| `--domain` *DOMAIN* \| `--site` *URL*}
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-user-agent.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-user-agent 1 "2023-03-01" Ronin "User Manuals"

## NAME

ronin-web-user-agent - Generates a random User-Agent string

## SYNOPSIS

`ronin-web user-agent` [*options*]
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-web-wordlist.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web-spider 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web-wordlist - Builds a wordlist by spidering a website

## SYNOPSIS

`ronin-web wordlist` [*options*] {`--host` *HOST* \| `--domain` *DOMAIN* \| `--site` *URL*}
Expand Down
6 changes: 5 additions & 1 deletion man/ronin-web.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-web 1 "2022-01-01" Ronin Web "User Manuals"

## NAME

ronin-web - a collection of useful web commands

## SYNOPSIS

`ronin-web` [*options*] [*COMMAND* [*ARGS*]]
Expand Down Expand Up @@ -27,4 +31,4 @@ Postmodern <[email protected]>

## SEE ALSO

[ronin-web-diff](ronin-web-diff.1.md) [ronin-web-html](ronin-web-html.1.md) [ronin-web-server](ronin-web-server.1.md) [ronin-web-spider](ronin-web-spider.1.md) [ronin-web-proxy](ronin-web-proxy.1.md)
[ronin-web-diff](ronin-web-diff.1.md) [ronin-web-html](ronin-web-html.1.md) [ronin-web-server](ronin-web-server.1.md) [ronin-web-spider](ronin-web-spider.1.md) [ronin-web-proxy](ronin-web-proxy.1.md)

0 comments on commit 7765785

Please sign in to comment.