ronin-rb / ronin

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.
https://ronin-rb.dev
GNU General Public License v3.0
692 stars 50 forks source link

Move Script::Buildable, Script::Deployable, Script::Testable to ronin-exploits #29

Closed postmodern closed 11 years ago

postmodern commented 11 years ago

Script::Buildable, Script::Deployable, Script::Testable are only used in [ronin-exploits].

postmodern commented 11 years ago

Move them into the Ronin::Behaviours namespace.

postmodern commented 11 years ago

Perhaps we could move these down into ronin-support?