mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #4203
This commit is contained in:
parent
99e2a26a8d
commit
aa812effe7
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ class Entries(object):
|
|||
logger.warn(warnMsg)
|
||||
continue
|
||||
|
||||
kb.dumpColumns = colList
|
||||
kb.dumpColumns = [unsafeSQLIdentificatorNaming(_) for _ in colList]
|
||||
colNames = colString = ", ".join(column for column in colList)
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].dump_table
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue