Skip to content

Commit f6adb43

Browse files
committed
Minor layout adjustment and typo fix
1 parent b50a228 commit f6adb43

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/controller/checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def checkStability():
317317
logger.warn(warnMsg)
318318

319319
return condition
320+
320321
def checkString():
321322
if not conf.string:
322323
return True

lib/parse/cmdline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ def cmdLineParser():
9797
help="Extra HTTP headers newline separated")
9898

9999
request.add_option("--auth-type", dest="aType",
100-
help="HTTP Authentication type "
100+
help="HTTP authentication type "
101101
"(Basic, Digest or NTLM)")
102102

103103
request.add_option("--auth-cred", dest="aCred",
104-
help="HTTP Authentication credentials "
104+
help="HTTP authentication credentials "
105105
"(name:password)")
106106

107107
request.add_option("--auth-cert", dest="aCert",
108-
help="HTTPs Authentication certificate ("
108+
help="HTTP authentication certificate ("
109109
"key_file,cert_file)")
110110

111111
request.add_option("--proxy", dest="proxy",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ aType =
7676
# Syntax: username:password
7777
aCred =
7878

79-
# HTTPs Authentication certificate. Useful only if the target url requires
79+
# HTTP Authentication certificate. Useful only if the target url requires
8080
# logon certificate and you have such data.
8181
# Syntax: key_file,cert_file
8282
aCert =

0 commit comments

Comments
 (0)