Skip to content

Commit 15bd92d

Browse files
committed
Fix OpenSSH timing attack module
2 parents 6d7fde4 + 0a108ac commit 15bd92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ssh/ssh_enumusers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
1313
include Msf::Auxiliary::CommandShell
1414

1515
def initialize(info = {})
16-
super(update_info(info
16+
super(update_info(info,
1717
'Name' => 'SSH Username Enumeration',
1818
'Description' => %q{
1919
This module uses a time-based attack to enumerate users in a OpenSSH server.

0 commit comments

Comments
 (0)