<%= 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 %>.
|
|
|
<% 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 %>
| Size: |
<%= @tmod.generate.length %> |
| Architecture: |
<%= @tmod.arch_to_s %> |
| Operating system: |
<%= @tmod.platform_to_s %> |
|
<% if @module_step == 0 %>
<% else %>
|
|
<% end %>