<%= 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