Fix a couple of typos that throw off module authors

unstable
James Lee 2012-03-05 12:26:33 -07:00
parent 43c84483dc
commit 3a33434867
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Metasploit3 < Msf::Auxiliary
This module allows for simple enumeration of MySQL Database Server This module allows for simple enumeration of MySQL Database Server
provided proper credentials to connect remotely. provided proper credentials to connect remotely.
}, },
'Author' => [ 'Carlos Perez. <carlos_perez[at]darkoperator.com>' ], 'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Version' => '$Revision$', 'Version' => '$Revision$',
'References' => 'References' =>

View File

@ -26,7 +26,7 @@ class Metasploit3 < Msf::Encoder::Alphanum
Encodes payloads as alphanumeric uppercase text. This encoder uses Encodes payloads as alphanumeric uppercase text. This encoder uses
SkyLined's Alpha2 encoding suite. SkyLined's Alpha2 encoding suite.
}, },
'Author' => [ 'pusscat' 'skylined' ], 'Author' => [ 'pusscat', 'skylined' ],
'Arch' => ARCH_X86, 'Arch' => ARCH_X86,
'License' => BSD_LICENSE, 'License' => BSD_LICENSE,
'EncoderType' => Msf::Encoder::Type::AlphanumUpper, 'EncoderType' => Msf::Encoder::Type::AlphanumUpper,