<%= template '_header.erb' %> ronin_remote_tcp_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 remote tcp exploit. # def build end # # Deploys the built remote tcp exploit. # def deploy end end