Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git repositories.
The main ronin gem should pull in all other ronin-* libraries. That way if a user does gem install ronin they get everything. The main ronin gem will also provide some useful commands or define command-aliases to other ronin-* gem commands.
I am open to suggestions on which gems should be default dependencies of the main ronin gem and which should be add-ons that one explicitly installs later.
The main
ronin
gem should pull in all otherronin-*
libraries. That way if a user doesgem install ronin
they get everything. The mainronin
gem will also provide some useful commands or define command-aliases to otherronin-*
gem commands.I am open to suggestions on which gems should be default dependencies of the main
ronin
gem and which should be add-ons that one explicitly installs later.