mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Bug fix
This commit is contained in:
parent
cda27ec20b
commit
24e67289c8
|
@ -311,7 +311,7 @@ class Enumeration(GenericEnumeration):
|
|||
colQuery = "%s%s" % (colCond, colCondParam)
|
||||
colQuery = colQuery % unsafeSQLIdentificatorNaming(column)
|
||||
|
||||
for db in dbs.keys():
|
||||
for db in filter(None, dbs.keys()):
|
||||
db = safeSQLIdentificatorNaming(db)
|
||||
|
||||
if conf.excludeSysDbs and db in self.excludeDbsList:
|
||||
|
|
Loading…
Reference in New Issue
Block a user