Sha256: dff4e012c22a0e2e3890cc55800e9fd5c9c87abe5521bc4f6174347232be05a8

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-exploits-0.3.1 static/ronin/generators/exploits/remote_tcp.erb
ronin-exploits-0.3.0 static/ronin/generators/exploits/remote_tcp.erb