We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7fde4 + 0a108ac commit 15bd92dCopy full SHA for 15bd92d
modules/auxiliary/scanner/ssh/ssh_enumusers.rb
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
13
include Msf::Auxiliary::CommandShell
14
15
def initialize(info = {})
16
- super(update_info(info
+ super(update_info(info,
17
'Name' => 'SSH Username Enumeration',
18
'Description' => %q{
19
This module uses a time-based attack to enumerate users in a OpenSSH server.
0 commit comments