mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
First update for Issue #75 (error-based dumping)
This commit is contained in:
@@ -1573,7 +1573,7 @@ class Enumeration:
|
||||
kb.data.cachedColumns = foundData
|
||||
|
||||
try:
|
||||
kb.dumpMode = True
|
||||
kb.dumpTable = "%s.%s" % (conf.db, tbl)
|
||||
|
||||
if not safeSQLIdentificatorNaming(conf.db) in kb.data.cachedColumns \
|
||||
or safeSQLIdentificatorNaming(tbl, True) not in \
|
||||
@@ -1782,7 +1782,7 @@ class Enumeration:
|
||||
logger.critical(errMsg)
|
||||
|
||||
finally:
|
||||
kb.dumpMode = False
|
||||
kb.dumpTable = None
|
||||
|
||||
def dumpAll(self):
|
||||
if conf.db is not None and conf.tbl is None:
|
||||
|
||||
Reference in New Issue
Block a user