Change creds_name to Kerberos

bug/bundler_fix
attackdebris 2016-11-01 17:59:51 +00:00
parent 5cca243037
commit 1b4cef10d1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class MetasploitModule < Msf::Auxiliary
report_cred(
host: datastore['RHOST'],
port: rport,
creds_name: 'Active Directory',
creds_name: 'Kerberos',
user: user
)
elsif test == ["KDC_ERR_CLIENT_REVOKED", "Clients credentials have been revoked"]