mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
removing timeSec from injection configuration attributes as it highly depends on current connection "variables"
This commit is contained in:
parent
2001bad7e1
commit
ec1ab3cd2a
|
@ -437,7 +437,6 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.conf.textOnly = conf.textOnly
|
||||
injection.conf.string = conf.string
|
||||
injection.conf.regexp = conf.regexp
|
||||
injection.conf.timeSec = conf.timeSec
|
||||
|
||||
if hasattr(test, "details"):
|
||||
for detailKey, detailValue in test.details.items():
|
||||
|
|
Loading…
Reference in New Issue
Block a user