Sha256: ea66fdd475e65d240616c8ceeaf39583c9879106742383187c0dc46677027606

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

<%= template '_header.erb' %>

ronin_remote_udp_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 udp exploit.
  #
  def build
  end

  #
  # Deploys the built remote udp 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_udp.erb
ronin-exploits-0.3.0 static/ronin/generators/exploits/remote_udp.erb