Sha256: 8fe74e921c5ac855af1600d12ca0ff2adb4a6a34a9e06657e8ef95fcf6032ca8

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

<%= template '_header.erb' %>

ronin_local_exploit do
<%= template '_helpers.erb' %>
  #
  # Cacheable data.
  #
  cache do
<%= template '_cache.erb' %>
  end

  #
  # Builds the local exploit.
  #
  def build
  end

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