Skip to content

Commit

Permalink
Update Kerberos enumusers description
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Nov 12, 2024
1 parent 8813265 commit ffa12f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/auxiliary/gather/kerberos_enumusers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def initialize(info = {})
'Name' => 'Kerberos Domain User Enumeration',
'Description' => %q{
This module will enumerate valid Domain Users via Kerberos from an unauthenticated perspective. It utilizes
the different responses returned by the service for valid and invalid users.
the different responses returned by the service for valid and invalid users. This module can also detect accounts
that are vulnerable to ASREPRoast attacks.
},
'Author' => [
'Matt Byrne <attackdebris[at]gmail.com>', # Original Metasploit module
Expand Down

0 comments on commit ffa12f6

Please sign in to comment.