mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Removing single-thread limit for time-based SQLi
This commit is contained in:
parent
a6b6b91989
commit
e236ba5616
5 changed files with 11 additions and 9 deletions
|
|
@ -1875,6 +1875,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.followSitemapRecursion = None
|
||||
kb.forcedDbms = None
|
||||
kb.forcePartialUnion = False
|
||||
kb.forceThreads = None
|
||||
kb.forceWhere = None
|
||||
kb.futileUnion = None
|
||||
kb.heavilyDynamic = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue