Module: Msf::Exploit::Remote::Kerberos::ServiceAuthenticator::Base::Delegation
- Defined in:
- lib/msf/core/exploit/remote/kerberos/service_authenticator/base.rb
Constant Summary collapse
- ALWAYS =
Always send delegated creds
'always'
- NEVER =
Never send delegated creds
'never'
- WHEN_UNCONSTRAINED =
Send delegated creds when service is unconstrained delegation account
'when_unconstrained'