mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Improvement regarding #5171
This commit is contained in:
parent
111620e395
commit
70665c5d2b
3 changed files with 8 additions and 3 deletions
|
|
@ -2045,6 +2045,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.delayCandidates = TIME_DELAY_CANDIDATES * [0]
|
||||
kb.dep = None
|
||||
kb.disableHtmlDecoding = False
|
||||
kb.disableShiftTable = False
|
||||
kb.dnsMode = False
|
||||
kb.dnsTest = None
|
||||
kb.docRoot = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue