Skip to content

Commit 2a022b8

Browse files
authored
Merge pull request rapid7#19635 from adfoster-r7/update-kerberos-enumusers-description
Update Kerberos enumusers description
2 parents 5e5a5ce + ffa12f6 commit 2a022b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/gather/kerberos_enumusers.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def initialize(info = {})
1616
'Name' => 'Kerberos Domain User Enumeration',
1717
'Description' => %q{
1818
This module will enumerate valid Domain Users via Kerberos from an unauthenticated perspective. It utilizes
19-
the different responses returned by the service for valid and invalid users.
19+
the different responses returned by the service for valid and invalid users. This module can also detect accounts
20+
that are vulnerable to ASREPRoast attacks.
2021
},
2122
'Author' => [
2223
'Matt Byrne <attackdebris[at]gmail.com>', # Original Metasploit module

0 commit comments

Comments
 (0)