Class: Msf::OptKerberosCredentialCache
- Inherits:
-
OptDatabaseRefOrPath
- Object
- OptBase
- OptDatabaseRefOrPath
- Msf::OptKerberosCredentialCache
- Defined in:
- lib/msf/core/opt_kerberos_credential_cache.rb
Overview
Pkcs12 cert that can either exist on disk, or as a database core ID
Instance Attribute Summary
Attributes inherited from OptBase
#advanced, #aliases, #conditions, #default, #desc, #enums, #evasion, #fallbacks, #max_length, #name, #owner, #regex, #required
Instance Method Summary collapse
Methods inherited from OptDatabaseRefOrPath
#normalize, #valid?, #validate_on_assignment?
Methods inherited from OptBase
#advanced?, #display_value, #empty_required_value?, #evasion?, #initialize, #invalid_value_length?, #normalize, #required?, #type?, #valid?, #validate_on_assignment?
Constructor Details
This class inherits a constructor from Msf::OptBase
Instance Method Details
#type ⇒ Object
10 11 12 |
# File 'lib/msf/core/opt_kerberos_credential_cache.rb', line 10 def type 'kerberos_credential_cache' end |