mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
First update for Issue #75 (error-based dumping)
This commit is contained in:
parent
3fd5119f3f
commit
65639cdda6
5 changed files with 35 additions and 18 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue