Isn Ronin just another Metasploit?
In some ways Ronin is similiar to Metasploit. They both use Object Relational Mappers (ORMs) to manage their Databases. They both are focused on exploiting vulnerabilities within code. They both have a console-like interface. That’s where the similarities end. Ronin uses DataMapper to manage it’s Database, while Metasploit uses the less flexible ActiveRecord. Ronin also provides a succinct syntax for defining exploits or payloads in Ruby. Ronin also provides an Overlay system that allows one to distribute their code, exploits, payloads and other data to other Ronin users over any SubVersion (SVN), Mercurial (Hg), Git or Rsync repository. Ronin also provides plenty of convenience methods, which makes working with data a little nicer.