-
In webmock 3.24.0, `stub_request(method,uri)` no longer accepts `Addressable::URI` objects.
```ruby
let(:uri) do
Addressable::URI.new(
scheme: 'http',
host: …
-
Add missing specs for the additional `Ronin::CLI::Commands::New::*` command alias classes. At a bare minimum we must test that the `command_name` matches the file name.
* [x] `spec/cli/commands/new…
-
```
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…
-
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…
-
The error:
Davids-iMac-2:~ dmaynor$ ronin-scanners
/Users/dmaynor/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- ro…
-
```
#######################################################
The bcrypt-ruby gem has changed its name to just bcrypt. Instead of
installing `bcrypt-ruby`, you should install `bcrypt`. Please u…
-
Once JRuby adds support for Ruby 3.0, it can be added to the CI matrix.