mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
lots of refactoring regarding removal of already obsolete session file mechanism
This commit is contained in:
parent
1e67b4f0b9
commit
ec44e88db8
9 changed files with 135 additions and 398 deletions
|
|
@ -1497,13 +1497,11 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.reflectiveMechanism = True
|
||||
kb.reflectiveCounters = {REFLECTIVE_COUNTER.MISS:0, REFLECTIVE_COUNTER.HIT:0}
|
||||
kb.responseTimes = []
|
||||
kb.resumedQueries = {}
|
||||
kb.resumeValues = True
|
||||
kb.safeCharEncode = False
|
||||
kb.singleLogFlags = set()
|
||||
kb.skipOthersDbms = None
|
||||
kb.stickyFlag = False
|
||||
kb.suppressSession = False
|
||||
kb.suppressResumeInfo = False
|
||||
kb.technique = None
|
||||
kb.testMode = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue