Just fix refs and desc for release

bug/bundler_fix
Tod Beardsley 2014-04-28 19:47:15 +01:00
parent cb247dfe67
commit a6edd94c7f
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 10 additions and 6 deletions

View File

@ -17,12 +17,16 @@ class Metasploit3 < Msf::Auxiliary
'Name' => 'SSH Username Enumeration',
'Description' => %q{
This module uses a time-based attack to enumerate users in a OpenSSH server.
},
'Author' => ['kenkeiras'],
'References' =>
[
['CVE', '2006-5229']
],
On some versions of OpenSSH under some configurations, OpenSSH will prompt
for a password for an invalid user faster than for a valid user.
},
'Author' => ['kenkeiras'],
'References' =>
[
['CVE', '2006-5229'],
['OSVDB', '32721'],
['BID', '20418']
],
'License' => MSF_LICENSE
))