mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Minor layout adjustment and typo fix
This commit is contained in:
parent
b50a2288f4
commit
f6adb431e6
|
@ -317,6 +317,7 @@ def checkStability():
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return condition
|
return condition
|
||||||
|
|
||||||
def checkString():
|
def checkString():
|
||||||
if not conf.string:
|
if not conf.string:
|
||||||
return True
|
return True
|
||||||
|
|
|
@ -97,15 +97,15 @@ def cmdLineParser():
|
||||||
help="Extra HTTP headers newline separated")
|
help="Extra HTTP headers newline separated")
|
||||||
|
|
||||||
request.add_option("--auth-type", dest="aType",
|
request.add_option("--auth-type", dest="aType",
|
||||||
help="HTTP Authentication type "
|
help="HTTP authentication type "
|
||||||
"(Basic, Digest or NTLM)")
|
"(Basic, Digest or NTLM)")
|
||||||
|
|
||||||
request.add_option("--auth-cred", dest="aCred",
|
request.add_option("--auth-cred", dest="aCred",
|
||||||
help="HTTP Authentication credentials "
|
help="HTTP authentication credentials "
|
||||||
"(name:password)")
|
"(name:password)")
|
||||||
|
|
||||||
request.add_option("--auth-cert", dest="aCert",
|
request.add_option("--auth-cert", dest="aCert",
|
||||||
help="HTTPs Authentication certificate ("
|
help="HTTP authentication certificate ("
|
||||||
"key_file,cert_file)")
|
"key_file,cert_file)")
|
||||||
|
|
||||||
request.add_option("--proxy", dest="proxy",
|
request.add_option("--proxy", dest="proxy",
|
||||||
|
|
|
@ -76,7 +76,7 @@ aType =
|
||||||
# Syntax: username:password
|
# Syntax: username:password
|
||||||
aCred =
|
aCred =
|
||||||
|
|
||||||
# HTTPs Authentication certificate. Useful only if the target url requires
|
# HTTP Authentication certificate. Useful only if the target url requires
|
||||||
# logon certificate and you have such data.
|
# logon certificate and you have such data.
|
||||||
# Syntax: key_file,cert_file
|
# Syntax: key_file,cert_file
|
||||||
aCert =
|
aCert =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user