mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor speed optimizations (as a result of profiling)
This commit is contained in:
parent
36280b33fa
commit
10bdd90e60
5 changed files with 11 additions and 6 deletions
|
|
@ -1397,6 +1397,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.delayCandidates = TIME_DELAY_CANDIDATES * [0]
|
||||
kb.dep = None
|
||||
kb.docRoot = None
|
||||
kb.dumpMode = False
|
||||
kb.dynamicMarkings = []
|
||||
kb.dynamicParameters = False
|
||||
kb.endDetection = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue