You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print_error("Failed to load a usable credential from ticket file: #{cache_file}")
177
-
print_error("Attempt failed to find a valid credential in #{cache_file} for #{load_sname_hostname_credential_result[:filter].map{ |k,v| "#{k}=#{v.inspect}"}.join(', ')}:")
print_error("Attempt failed to find a valid credential in #{cache_file} for #{load_sname_hostname_credential_result[:filter].map{ |k,v| "#{k}=#{v.inspect}"}.join(', ')}:")
print_error("Attempt failed to find a valid credential in #{cache_file} for #{load_sname_krbtgt_hostname_credential_result[:filter].map{ |k,v| "#{k}=#{v.inspect}"}.join(', ')}")
Msf::OptPath.new('LDAP::CertFile',[false,'The path to the PKCS12 (.pfx) certificate file to authenticate with'],conditions: ['LDAP::Auth','==',Msf::Exploit::Remote::AuthOption::SCHANNEL]),
43
+
Msf::OptPkcs12Cert.new('LDAP::CertFile',[false,'The path to the PKCS12 (.pfx) certificate file to authenticate with'],conditions: ['LDAP::Auth','==',Msf::Exploit::Remote::AuthOption::SCHANNEL]),
44
44
OptFloat.new('LDAP::ConnectTimeout',[true,'Timeout for LDAP connect',10.0]),
45
45
OptEnum.new('LDAP::Signing',[true,'Use signed and sealed (encrypted) LDAP','auto',%w[disabledautorequired]])
0 commit comments