Sha256: c6e316b2b44f322672af992323913c1091072445ceb024ddb631e2b8c5f2b9f0

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

<%= template '_header.erb' %>

ronin_shellcode do

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

  #
  # Builds the shellcode.
  #
  def build
  end

  #
  # Deploys the shellcode.
  #
  def deploy
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

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