mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implementation for an Issue #1360
This commit is contained in:
parent
2c2f83f67b
commit
a33b0454cd
5 changed files with 49 additions and 23 deletions
|
|
@ -1792,6 +1792,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.endDetection = False
|
||||
kb.explicitSettings = set()
|
||||
kb.extendTests = None
|
||||
kb.errorChunkLength = None
|
||||
kb.errorIsNone = True
|
||||
kb.fileReadMode = False
|
||||
kb.followSitemapRecursion = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue