mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
Patch for known NCHAR/UNION-query SQLi problems
This commit is contained in:
parent
c6557e2b45
commit
78ba33737e
4 changed files with 13 additions and 1 deletions
|
|
@ -2071,6 +2071,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.mergeCookies = None
|
||||
kb.multipleCtrlC = False
|
||||
kb.negativeLogic = False
|
||||
kb.nchar = True
|
||||
kb.nullConnection = None
|
||||
kb.oldMsf = None
|
||||
kb.orderByColumns = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue