mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Implementation for an Issue #2025
This commit is contained in:
parent
2aaa486f7a
commit
6df4d73b09
4 changed files with 68 additions and 25 deletions
|
|
@ -137,6 +137,7 @@ class Entries:
|
|||
logger.warn(warnMsg)
|
||||
continue
|
||||
|
||||
kb.dumpColumns = colList
|
||||
colNames = colString = ", ".join(column for column in colList)
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].dump_table
|
||||
|
||||
|
|
@ -370,6 +371,7 @@ class Entries:
|
|||
logger.critical(errMsg)
|
||||
|
||||
finally:
|
||||
kb.dumpColumns = None
|
||||
kb.dumpTable = None
|
||||
|
||||
def dumpAll(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue