parent
1a2899d57b
commit
0a108acea3
|
@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
include Msf::Auxiliary::CommandShell
|
include Msf::Auxiliary::CommandShell
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info
|
super(update_info(info,
|
||||||
'Name' => 'SSH Username Enumeration',
|
'Name' => 'SSH Username Enumeration',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module uses a time-based attack to enumerate users in a OpenSSH server.
|
This module uses a time-based attack to enumerate users in a OpenSSH server.
|
||||||
|
|
Loading…
Reference in New Issue