-
```
ronin-recon run: /var/lib/gems/3.1.0/gems/async-http-0.72.0/lib/async/http/endpoint.rb:25:in `': uninitialized constant URI::WSS (NameError)
'wss' => URI::WSS…
-
Ran into this bug while testing postgres-pr based on the example in the README.
## Steps To Reproduce
```ruby
require 'postgres-pr/connection'
PostgresPR::Connection.new('db', 'admin', 'pass…
-
Add a PoC exploit for [CVE-2018-15961], arbitrary file upload that code lead to code execution in ColdFusion versions July 12 release (2018.0.0.310739), Update 6 and earlier, and Update 14 and ear…
-
Add a PoC exploit for [CVE-2017-9805], remove code execution via insecure deserialization in the REST plugin for Apache Struts 2.1.1 through 2.3.x before 2.3.34 and 2.5.x before 2.5.13.
[CVE-20…
-
`libmariadb` (and `libmysql-client`) still for some reason insists on only accepting IP addresses for the `host:` keyword argument. It would be useful to automatically resolve hostnames to IPs for the…
-
Once JRuby adds support for Ruby 3.0, it can be added to the CI matrix.
-
Recently `rubocop` began flagging code with the [Style/RedundantParentheses](https://docs.rubocop.org/rubocop/cops_style.html#styleredundantparentheses) rule. However, it was flagging complex compound…
-
It appears that `Async::HTTP::Internet.instance` can raise an `Errno::ETIMEDOUT` exception when the connection to the HTTP server times out. We should decide whether to ignore timeouts, or add a helpe…
-
It appears that DataMapper.auto_upgrade! is attempting to re-create the columns of a base STI model, for every descendent of that base model. This results in duplicate column errors when calling auto_…
-
Support for matching multi-line regexps to the `ronin grep` and `ronin extract` commands. Currently multi-line regexps such as the `--ssh-private-key` option do not work properly.