rename author to jt, fix bug in html escape in payloads section of msfweb

git-svn-id: file:///home/svn/incoming/trunk@3306 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2006-01-05 02:04:04 +00:00
parent 65e987c4e1
commit a77bdaa93c
2 changed files with 3 additions and 3 deletions

View File

@ -57,8 +57,8 @@
<td class='textNormal'><%= html_escape(modinst.version) %></td>
</tr>
<tr>
<td align='right' width='80' class='textBold'>Authors:</td>
<td class='textNormal'><%= html_escape(modinst.author.join("<br/>")) %></td>
<td align='right' width='80' class='textBold' valign='top'>Authors:</td>
<td class='textNormal'><%= modinst.author.map { |x| html_escape(x) }.join("<br/>") %></td>
</tr>
<tr>
<td align='right' width='80' class='textBold' valign='top'>Description:</td>

View File

@ -24,7 +24,7 @@ module DllInject
'Description' => 'Inject a custom DLL into the exploited process',
'Author' =>
[
'Jarkko Turkulainen <jt@klake.org>',
'jt <jt@klake.org>',
'skape',
],
'Platform' => 'win',