mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor adjustment for --dump-all
This commit is contained in:
parent
ec4d9178f8
commit
ac74557614
|
@ -1663,7 +1663,6 @@ class Enumeration:
|
|||
|
||||
conf.tbl = None
|
||||
conf.col = None
|
||||
kb.data.cachedDbs = []
|
||||
|
||||
self.getTables()
|
||||
|
||||
|
@ -1680,10 +1679,7 @@ class Enumeration:
|
|||
kb.data.cachedColumns = {}
|
||||
kb.data.dumpedTable = {}
|
||||
|
||||
data = self.dumpTable()
|
||||
|
||||
if data:
|
||||
conf.dumper.dbTableValues(data)
|
||||
self.dumpTable()
|
||||
except sqlmapNoneDataException:
|
||||
infoMsg = "skipping table '%s'" % table
|
||||
logger.info(infoMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user