We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8813265 commit ffa12f6Copy full SHA for ffa12f6
modules/auxiliary/gather/kerberos_enumusers.rb
@@ -16,7 +16,8 @@ def initialize(info = {})
16
'Name' => 'Kerberos Domain User Enumeration',
17
'Description' => %q{
18
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.
+ 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.
21
},
22
'Author' => [
23
'Matt Byrne <attackdebris[at]gmail.com>', # Original Metasploit module
0 commit comments