We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1af880 commit 73a62f9Copy full SHA for 73a62f9
1 file changed
lib/core/option.py
@@ -1360,7 +1360,7 @@ def _setHTTPAuthentication():
1360
errMsg += "be in format 'DOMAIN\\username:password'"
1361
elif authType == AUTH_TYPE.PKI:
1362
errMsg = "HTTP PKI authentication require "
1363
- errMsg += "usage of option `--auth-pki`"
+ errMsg += "usage of option `--auth-file`"
1364
raise SqlmapSyntaxException(errMsg)
1365
1366
aCredRegExp = re.search(regExp, conf.authCred)
0 commit comments