mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
removing timeSec from injection configuration attributes as it highly depends on current connection "variables"
This commit is contained in:
parent
2001bad7e1
commit
ec1ab3cd2a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue