mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Consistency fix
This commit is contained in:
parent
d3ad408a21
commit
1a4ea186ca
4 changed files with 14 additions and 9 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue