mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixed previous bug in getErrorParsedDBMSes() call in detection phase.
Added minor support to escape quotes in UNION payloads during detection phase.
This commit is contained in:
parent
aa49aa579f
commit
5c7c3c76c3
5 changed files with 27 additions and 25 deletions
|
|
@ -1159,7 +1159,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.responseTimes = []
|
||||
kb.resumedQueries = {}
|
||||
kb.retriesCount = 0
|
||||
kb.skipTests = None
|
||||
kb.skipOthersDbms = None
|
||||
kb.suppressSession = False
|
||||
kb.technique = None
|
||||
kb.testMode = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue