mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Implementation for an Issue #507
This commit is contained in:
parent
4929cff0c0
commit
52a71546d0
2 changed files with 8 additions and 1 deletions
|
|
@ -1673,6 +1673,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.resumeValues = True
|
||||
kb.safeCharEncode = False
|
||||
kb.singleLogFlags = set()
|
||||
kb.skipVulnHost = None
|
||||
kb.reduceTests = None
|
||||
kb.stickyDBMS = False
|
||||
kb.stickyLevel = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue