Skip to content

Commit

Permalink
Merge pull request #19635 from adfoster-r7/update-kerberos-enumusers-…
Browse files Browse the repository at this point in the history
…description

Update Kerberos enumusers description
  • Loading branch information
adfoster-r7 authored Nov 13, 2024
2 parents 5e5a5ce + ffa12f6 commit 2a022b8
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 2a022b8

Please sign in to comment.