ronin_exploit do cache do self.name = 'simple' self.version = '0.2' author :name => 'Anonymous', :email => 'anonymous@example.com' targeting do |target| target.arch :i686 target.os :name => 'Linux', :version => '2.6.23' target.product :name => 'ExampleWare', :version => '1.5' end targeting do |target| target.arch :i386 target.os :name => 'Windows', :version => '7.1' target.product :name => 'ExampleWare', :version => '1.5' end end def build 'result' end end