69ed2be27e
git-svn-id: file:///home/svn/incoming/trunk@3073 4d416f70-5f16-0410-b530-b9f4589650da
23 lines
549 B
Plaintext
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 %>
|