mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
little hack for --time-sec
This commit is contained in:
parent
6463cad8c5
commit
f5cff067c6
3 changed files with 8 additions and 4 deletions
|
|
@ -214,7 +214,7 @@ def cmdLineParser():
|
|||
techniques.add_option("--time-sec", dest="timeSec",
|
||||
type="int", default=TIME_DEFAULT_DELAY,
|
||||
help="Seconds to delay the DBMS response "
|
||||
"(default 5)")
|
||||
"(default %s)" % int(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