Skip to content

Commit

Permalink
Fixed ronin-recon new example commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 21, 2024
1 parent 9367eae commit 6f1362e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ Generate a boilerplate recon worker file, with some custom information:

```shell
$ ronin-recon new example_worker.rb \
--name Example \
--authors Postmodern \
--author Postmodern \
--description "This is an example."
```

Expand All @@ -231,8 +230,7 @@ $ ronin-repos new my-repo
$ cd my-repo/
$ mkdir recon
$ ronin-recon new recon/my_recon.rb \
--name MyRecon \
--authors You \
--author You \
--description "This is my payload."
$ vim recon/my_recon.rb
$ git add recon/my_recon.rb
Expand Down

0 comments on commit 6f1362e

Please sign in to comment.