Ever wondered how to port an existing Metasploit exploit to ronin-exploits? Well, we now have a guide for that!

Porting Metasploit Exploits to Ronin Exploits

This guide will cover each part of a Metasploit Exploit and show what the ronin-exploits equivalent code looks like.

What is ronin-exploits?

ronin-exploits is a Ruby micro-framework for writing and running exploits. ronin-exploits allows one to write exploits as plain old Ruby classes. ronin-exploits can be distributed as Ruby files or as git repositories that can be installed using ronin-repos.

tl;dr It’s like a simpler and more modular version of Metasploit.

If Ronin interests you or you like the work we do, consider donating to Ronin on GitHub, Patreon, or Open Collective so we can continue building high-quality free and Open Source security tools and Ruby libraries.