<%= template '_header.erb' %> ronin_http_exploit do <%= template '_helpers.erb' %> # # Cacheable data. # cache do <%= template '_cache.erb' %> <% if options[:default_port] %> self.default_port = <%= options[:default_port].inspect %><% end %> end # # Builds the HTTP exploit. # def build end # # Deploys the built HTTP exploit. # def deploy end end