mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Patch related to the Issue #696
This commit is contained in:
parent
67115ed558
commit
401f896175
|
@ -173,7 +173,7 @@ class Databases:
|
|||
kb.data.cachedDbs.sort()
|
||||
|
||||
if kb.data.cachedDbs:
|
||||
kb.data.cachedDbs = list(set(flattenValue(kb.data.cachedDbs)))
|
||||
kb.data.cachedDbs = filter(None, list(set(flattenValue(kb.data.cachedDbs))))
|
||||
|
||||
return kb.data.cachedDbs
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user