Sha256: a3d975e8290e90d59f1635ebcf0a7a7de559f0fbde4d359093e87d844c28846f
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
ronin_payload do parameter :custom, :default => 'func', :description => 'Custom value to use in building the payload' cache do self.name = 'test' author :name => 'Anonymous', :email => 'anonymous@example.com' end def build @payload = "code.#{@custom}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-exploits-0.2.1 | spec/objects/payloads/test.rb |