-
```
#######################################################
The bcrypt-ruby gem has changed its name to just bcrypt. Instead of
installing `bcrypt-ruby`, you should install `bcrypt`. Please u…
-
Improve the printing logic in the `ronin-exploits show` command when printing version ranges.
* `('1.2.3'..'2.0.0')` -> `>= 1.2.3, < 2.0.0`
* `(..'2.0.0')` -> `< 2.0.0`
* `('1.0.0'..)` -> `>= 1.0…
-
Since this repository relies on [ronin-exploits](https://github.com/ronin-rb/ronin-exploits#readme) and [ronin-payloads](https://github.com/ronin-rb/ronin-payloads#readme), which are both LGPL-3.0+, w…
-
Add an `Exploit` sub-class for Command Injections. It must set `payload_class` to `Ronin::Payloads::CommandPayload`.
-
Add a method which builds an example `ronin-exploits run ...` string for the given exploit class. It must list any required params (that don't have default values) as `-p #{param.name}=#{params.name.…
-
Use [command_kit-completion](https://github.com/postmodern/command_kit-completion#readme) to generate shell completions for `ronin-exploits`.
-
Add a command which can install `ronin`'s completion rules into the users shell configuration or into one of the `bash.completion.d` directories or `zsh/vendor-completions`. The command should pick th…
-
## Ronin
[Ronin](https://github.com/ronin-rb/ronin#readme) is a Free and Open Source [Ruby](https://www.ruby-lang.org/) Toolkit for Security Research and Development. Ronin contains [many useful co…
-
```
[homepage]https://ronin-rb.dev/[/homepage]
[extra_link]https://github.com/ronin-rb/ronin#readme[/extra_link]
[tags]asn,certificates,cryptography,javascript[/tags]
[short_descr]A Ruby toolkit f…
-
I noticed a difference in Ruby behavior between CRuby and TruffleRuby. CRuby allows forcibly changing the encoding of an arbitrary UTF-8 String into UTF-16LE. TruffleRuby raises an exception explainin…