mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 09:15:29 +01:00
Minor "fix"
This commit is contained in:
parent
57b8bb4c8e
commit
722ca8bf2f
1 changed files with 5 additions and 0 deletions
|
|
@ -134,6 +134,11 @@ class Dump:
|
|||
|
||||
|
||||
def dbTables(self, dbTables):
|
||||
if not isinstance(dbTables, dict):
|
||||
self.string("tables", dbTables)
|
||||
|
||||
return
|
||||
|
||||
maxlength = 0
|
||||
|
||||
for tables in dbTables.values():
|
||||
|
|
|
|||
Loading…
Reference in a new issue