Sha256: 558d2151a07e00c4e6fcdd481f4111812d3dfd9c4a1464fc85d8e6aeda434377

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 Bytes

Contents

<%= template '_header.erb' %>

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

  #
  # Builds the exploit.
  #
  def build
  end

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