mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #1649
This commit is contained in:
parent
48ac2101f2
commit
3c9be947c5
3 changed files with 12 additions and 1 deletions
|
|
@ -1915,6 +1915,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.timeValidCharsRun = 0
|
||||
kb.uChar = NULL
|
||||
kb.unionDuplicates = False
|
||||
kb.whereCollectTimes = False
|
||||
kb.xpCmdshellAvailable = False
|
||||
|
||||
if flushAll:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue