mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Consistency fix
This commit is contained in:
@@ -107,7 +107,7 @@ def cmdLineParser():
|
||||
|
||||
request.add_option("--auth-type", dest="aType",
|
||||
help="HTTP authentication type "
|
||||
"(Basic, Digest or NTLM)")
|
||||
"(Basic, Digest, NTLM or Cert)")
|
||||
|
||||
request.add_option("--auth-cred", dest="aCred",
|
||||
help="HTTP authentication credentials "
|
||||
|
||||
Reference in New Issue
Block a user