Module author typo

unstable
James Lee 2012-03-05 12:31:28 -07:00
parent 3a33434867
commit 82c23e95d3
1 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Post
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Platform' => ['windows'], 'Platform' => ['windows'],
'SessionTypes' => ['meterpreter'], 'SessionTypes' => ['meterpreter'],
'Author' => ['thelightcosine <thelightcosine[at]metasploit.com'], 'Author' => ['thelightcosine <thelightcosine[at]metasploit.com>'],
'References' => [ 'References' => [
[ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ] [ 'URL', 'http://pauldotcom.com/2011/11/safely-dumping-hashes-from-liv.html' ]
] ]