mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Implemented FOR JSON AUTO in MsSQL
This commit is contained in:
parent
7e483ffd7a
commit
0ff3b1ce70
5 changed files with 23 additions and 63 deletions
|
|
@ -2113,7 +2113,6 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.responseTimeMode = None
|
||||
kb.responseTimePayload = None
|
||||
kb.resumeValues = True
|
||||
kb.rowXmlMode = False
|
||||
kb.safeCharEncode = False
|
||||
kb.safeReq = AttribDict()
|
||||
kb.secondReq = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue