Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9d978 commit f0dad2aCopy full SHA for f0dad2a
1 file changed
plugins/generic/enumeration.py
@@ -1662,7 +1662,8 @@ def searchTable(self):
1662
query += exclDbsQuery
1663
query = agent.limitQuery(index, query)
1664
foundDb = inject.getValue(query, inband=False)
1665
- foundTbls[foundDb] = []
+ if foundDb not in foundTbls:
1666
+ foundTbls[foundDb] = []
1667
1668
if tblConsider == "2":
1669
foundTbls[foundDb].append(tbl)
0 commit comments