mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor "fix"
This commit is contained in:
@@ -134,6 +134,11 @@ class Dump:
|
|||||||
|
|
||||||
|
|
||||||
def dbTables(self, dbTables):
|
def dbTables(self, dbTables):
|
||||||
|
if not isinstance(dbTables, dict):
|
||||||
|
self.string("tables", dbTables)
|
||||||
|
|
||||||
|
return
|
||||||
|
|
||||||
maxlength = 0
|
maxlength = 0
|
||||||
|
|
||||||
for tables in dbTables.values():
|
for tables in dbTables.values():
|
||||||
|
|||||||
Reference in New Issue
Block a user