Trivial cosmetics

This commit is contained in:
Miroslav Stampar 2013-03-15 16:37:52 +01:00
parent 4cb378ce3e
commit 4010df307e
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ def cmdLineParser():
"injection techniques") "injection techniques")
techniques.add_option("--technique", dest="tech", techniques.add_option("--technique", dest="tech",
help="SQL injection techniques to test for " help="SQL injection techniques to use "
"(default \"%s\")" % defaults.tech) "(default \"%s\")" % defaults.tech)
techniques.add_option("--time-sec", dest="timeSec", techniques.add_option("--time-sec", dest="timeSec",

View File

@ -279,7 +279,7 @@ titles = False
# techniques. # techniques.
[Techniques] [Techniques]
# SQL injection techniques to test for. # SQL injection techniques to use.
# Valid: a string composed by B, E, U, S and T where: # Valid: a string composed by B, E, U, S and T where:
# B: Boolean-based blind SQL injection # B: Boolean-based blind SQL injection
# E: Error-based SQL injection # E: Error-based SQL injection