-
Move `Ronin::Database` and all Models (except `Ronin::Repository`) into ronin-db. This would allow people to access the Ronin Database, without all the dependencies of ronin itself.
-
Extract the `lib/ronin/post_exploitation/` code into it's own repository and gem, which ronin-exploits can then dep in.
-
Hi Tracers,
This issue is dedicated for discussions on OT-RFC-12 - OriginTrail Parachain TRAC Bridges
You can find the first version of the [RFC here](https://github.com/OriginTrail/OT-RFC-repos…
-
The APIserver processes JSON and YAML.
A vulnerability in the apiserver would be critical.
Compared to JSON:
- YAML has a crazy complicated SPEC.
- YAML has a go implementation that is more complex
…
-
`ronin-exploit` from the repository throws an require error track back to this line of code:
https://github.com/ronin-ruby/ronin-exploits/blob/master/lib/ronin/database/migrations/exploits/exploit.rb…
-
[Script::Buildable](https://github.com/ronin-ruby/ronin/blob/master/lib/ronin/script/buildable.rb), [Script::Deployable](https://github.com/ronin-ruby/ronin/blob/master/lib/ronin/script/deployable.rb)…
-
Need to finish the `Ronin::Exploits::SQLi` class, which uses [Ronin::Code::SQL](https://github.com/ronin-ruby/ronin-exploits/tree/master/lib/ronin/code/sql) to generate SQL injections.
-
This will help with making dynamic Shellcode payloads.
-
```
ruby-1.9.2-p136 :002 > require 'ronin/web'
TypeError: superclass mismatch for class Text
from /home/victor.pereira/.rvm/gems/ruby-1.9.2-p136/gems/ronin-web-0.2.1/lib/ronin/web/extensions/nokog…
-
I just generated a new Rails3-beta4 / dm-rails app for a project of mine. I added my few dependencies to the Gemfile and ran `bundle install`. Bundler then hanged after updating the last git repositor…