mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fix (we are not using certificate but PEM private key file in this particular authentication; also, auxiliary cert_file is holding certificate chain that is ignored by python itself)
This commit is contained in:
@@ -323,4 +323,4 @@ class AUTH_TYPE:
|
||||
BASIC = "basic"
|
||||
DIGEST = "digest"
|
||||
NTLM = "ntlm"
|
||||
CERT = "cert"
|
||||
PKI = "pki"
|
||||
|
||||
Reference in New Issue
Block a user