mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Fixes #3693
This commit is contained in:
@@ -261,7 +261,7 @@ class Enumeration(GenericEnumeration):
|
||||
kb.hintValue = tbl
|
||||
foundTbls[db].append(tbl)
|
||||
|
||||
for db, tbls in foundTbls.items():
|
||||
for db, tbls in list(foundTbls.items()):
|
||||
if len(tbls) == 0:
|
||||
foundTbls.pop(db)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user