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-b9f4589650daunstable
parent
65e987c4e1
commit
a77bdaa93c
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue