https://github.com/ronin-rb/example-exploits
A repository of example ronin exploits
https://github.com/ronin-rb/example-exploits
examples exploits hacktoberfest poc ronin-exploits ronin-rb ruby
Last synced: about 1 year ago
JSON representation
A repository of example ronin exploits
- Host: GitHub
- URL: https://github.com/ronin-rb/example-exploits
- Owner: ronin-rb
- Created: 2023-06-11T05:56:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T11:17:05.000Z (about 3 years ago)
- Last Synced: 2025-06-14T04:33:34.652Z (about 1 year ago)
- Topics: examples, exploits, hacktoberfest, poc, ronin-exploits, ronin-rb, ruby
- Language: Ruby
- Homepage: https://ronin-rb.dev
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-exploits
This is a [ronin repository][ronin-repos] containing example/demo exploits
using [ronin-exploits].
A ronin repository is simply a git repository that may contain certain
directories, such as `exploits/` or `payloads/`, that contain Ruby classes.
## Install
This git repository can be installed by the [ronin-repos] `install` command:
```shell
ronin-repos install https://github.com/ronin-rb/example-exploits.git
```
To list the installed exploits use the [ronin-exploits] `list` command:
```shell
$ ronin-exploits list
CVE-2023-27350
...
```
To view the metadata of an exploit use the [ronin-exploits] `show` command:
```shell
$ ronin-exploits show
```
To run an exploit use the [ronin-exploits] `run` command:
```shell
ronin-exploits run --payload --param name=value ...
```
See `ronin-exploits run --help` for more options.
[ronin-repos]: https://github.com/ronin-rb/ronin-repos#readme
[ronin-exploits]: https://github.com/ronin-rb/ronin-exploits#readme