Fix missing comma

Commas will be the death of me.
bug/bundler_fix
William Vu 2014-04-23 10:08:37 -05:00
parent 1a2899d57b
commit 0a108acea3
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
include Msf::Auxiliary::CommandShell
def initialize(info = {})
super(update_info(info
super(update_info(info,
'Name' => 'SSH Username Enumeration',
'Description' => %q{
This module uses a time-based attack to enumerate users in a OpenSSH server.