Sha256: 49009ccdbc0d9451ad552eb297ab26754384d650f540e4a304311c44efe1a2e9
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
<%= template '_header.erb' %> ronin_payload do <%= template '_helpers.erb' %> # # Cacheable data. # cache do <%= template '_cache.erb' %> end # # Builds the payload. # def build end # # Deploys the payload. # def deploy end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-exploits-0.3.1 | static/ronin/generators/payloads/payload.erb |
ronin-exploits-0.3.0 | static/ronin/generators/payloads/payload.erb |