Sha256: 16934295b2517c01569afd6296fc20136edc0780c3b6cf5d8d513968beed524b
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-exploits-0.3.1 | spec/objects/exploits/simple.rb |
ronin-exploits-0.3.0 | spec/objects/exploits/simple.rb |