An open API service indexing awesome lists of open source software.

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

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