This is a ronin repository 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.
This git repository can be installed by the ronin-repos install command:
ronin-repos install https://github.com/ronin-rb/example-exploits.gitTo list the installed exploits use the ronin-exploits list command:
$ ronin-exploits list
  CVE-2023-27350
  ...To view the metadata of an exploit use the ronin-exploits show command:
$ ronin-exploits show <NAME>To run an exploit use the ronin-exploits run command:
ronin-exploits run <NAME> --payload <payload> --param name=value ...See ronin-exploits run --help for more options.