<%= h(@tmod.name) %>
<%= h(@tmod.description) %>
This module (revision <%= 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 %>.
External references:
<% @tmod.references.each { |ref| %> <% if (ref.kind_of?(Msf::Module::SiteReference)) %>
- <%= h(ref.to_s) %>
<% else %>- <%= h(ref.to_s) %>
<% end %> <% } %>