Skip to content

Commit

Permalink
Fixed copy/pasted README examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 25, 2024
1 parent 858a146 commit 8fdfd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ $ ronin-recon new example_worker.rb \
--description "This is an example."
```

Generate a ronin repository of your own payloads (or exploits):
Generate a ronin repository of your own recon workers:

```shell
$ ronin-repos new my-repo
$ cd my-repo/
$ mkdir recon
$ ronin-recon new recon/my_recon.rb \
--author You \
--description "This is my payload."
--description "This is my recon worker."
$ vim recon/my_recon.rb
$ git add recon/my_recon.rb
$ git commit
Expand Down

0 comments on commit 8fdfd4f

Please sign in to comment.