mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
cleaner solution for the problem solved with last commit
This commit is contained in:
parent
f5cff067c6
commit
b79d4f70f3
3 changed files with 7 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue