mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
little hack for --time-sec
This commit is contained in:
@@ -1203,7 +1203,11 @@ def __cleanupOptions():
|
||||
if conf.data:
|
||||
conf.data = urldecode(conf.data)
|
||||
|
||||
kb.adjustTimeDelay = (conf.timeSec == TIME_DEFAULT_DELAY)
|
||||
if conf.timeSec == TIME_DEFAULT_DELAY:
|
||||
conf.timeSec = int(conf.timeSec)
|
||||
kb.adjustTimeDelay = True
|
||||
else:
|
||||
kb.adjustTimeDelay = False
|
||||
|
||||
def __setConfAttributes():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user