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 %>
|