Skip to content

Commit

Permalink
Added NAME sections to all man pages (closes #117).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 5, 2023
1 parent 4df57f7 commit 790fbb1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/ronin-exploits-irb.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-exploits-irb 1 "2023-02-01" Ronin "User Manuals"

## NAME

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

## SYNOPSIS

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

## NAME

ronin-exploits-list - Lists the available exploits

## SYNOPSIS

`ronin-exploits list` [*options*] *DIR*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-exploits-new.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-exploits-new 1 "2023-02-01" Ronin "User Manuals"

## NAME

ronin-exploits-new - Creates a new exploit file

## SYNOPSIS

`ronin-exploits new` [*options*] *PATH*
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-exploits-run.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-exploits-run 1 "2023-02-01" Ronin "User Manuals"

## NAME

ronin-exploits-run - Runs an exploit

## SYNOPSIS

`ronin-exploits run` [*options*] {*NAME* \| `--file` *FILE*}
Expand Down
4 changes: 4 additions & 0 deletions man/ronin-exploits-show.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ronin-exploits-show 1 "2023-02-01" Ronin "User Manuals"

## NAME

ronin-exploits-show - Prints information about an exploit

## SYNOPSIS

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

## NAME

ronin-exploits - A Ruby micro-framework for writing and running exploits and payloads

## SYNOPSIS

`ronin-exploits` [*options*] [*COMMAND* [...]]
Expand Down

0 comments on commit 790fbb1

Please sign in to comment.