cleaner solution for the problem solved with last commit

This commit is contained in:
Miroslav Stampar
2011-04-18 14:51:48 +00:00
parent f5cff067c6
commit b79d4f70f3
3 changed files with 7 additions and 6 deletions

View File

@@ -212,9 +212,9 @@ def cmdLineParser():
"(default BEUST)")
techniques.add_option("--time-sec", dest="timeSec",
type="int", default=TIME_DEFAULT_DELAY,
type="int", default=None,
help="Seconds to delay the DBMS response "
"(default %s)" % int(TIME_DEFAULT_DELAY))
"(default %s)" % TIME_DEFAULT_DELAY)
techniques.add_option("--union-cols", dest="uCols",
help="Range of columns to test for UNION query SQL injection")