Files
metasploit-gs/data/msfweb/exploits.rhtml
T
Matt Miller 69ed2be27e pimpness
git-svn-id: file:///home/svn/incoming/trunk@3073 4d416f70-5f16-0410-b530-b9f4589650da
2005-11-24 03:48:30 +00:00

23 lines
549 B
Plaintext

<%= Msf::Ui::Web::Common.header(framework.version, 'exploits') %>
<tr><td colspan='5'>
<br/>
<div align='center' class='navHead'>
<table class='moduleList' width='100%' cellspacing='0' border='0'>
<% framework.exploits.each_module { |name, mod| %>
<tr>
<td class='moduleIcons' align='center'>
</td>
<td class='moduleName'>
<a href="exploits.rhtml?name=<%= name %>"><%= mod.new.name %></a>
</td>
<td class='moduleSpacer' colspan='2'>
</td>
</tr>
<% } %>
</table>
</div>
</td></tr>
<%= Msf::Ui::Web::Common.footer %>