Sha256: d72ca2dd75252c8c44d7003334fae4dfd31597226e3fb2ea821734ffa636838c
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
<%= template '_header.erb' %> ronin_web_exploit do <%= template '_helpers.erb' %> # # Cacheable data. # cache do <%= template '_cache.erb' %> <% if options[:url_path] %> self.url_path = <%= options[:url_path].inspect %><% end if options[:url_query] %> self.url_query = <%= options[:url_query].inspect %><% end %> end # # Builds the web exploit. # def build end # # Deploys the built web exploit. # def deploy end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-exploits-0.3.1 | static/ronin/generators/exploits/web.erb |
ronin-exploits-0.3.0 | static/ronin/generators/exploits/web.erb |