<%= h(@tmod.name) %>
|
|
|
<%= @tmod.description.split("\n\n").map{ |t| h(t) }.join("
") %>
|
|
|
|
This module (v<%= h @tmod.version.gsub(/\$Revision:\s+|\s+\$/, '') %>) was
provided by <%= h @tmod.author.map{ |a| a.to_s.gsub(/\<.*/, '') }.join(' and ').strip %>,
under the <%= @tmod.license %>.
|
|
|
|
Select a target to continue:
|
<% @tmod.targets.each_with_index { |tgt, idx| %>
- <%= link_to h(tgt.name), :action => "config", :refname => @tmod.refname.gsub('/', ':'), :target => idx %>
<% } %>
|
<% if (@tmod.references.length > 0) %>
|
|
|
External references:
|
<% @tmod.references.each { |ref| %>
<% if (ref.kind_of?(Msf::Module::SiteReference)) %>
- <%= h(ref.to_s) %>
<% else %>
- <%= h(ref.to_s) %>
<% end %>
<% } %>
|
<% end %>