mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
little hack for --time-sec
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user