mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor bug fix (in multiple item search only last item was shown)
This commit is contained in:
@@ -1662,7 +1662,8 @@ class Enumeration:
|
|||||||
query += exclDbsQuery
|
query += exclDbsQuery
|
||||||
query = agent.limitQuery(index, query)
|
query = agent.limitQuery(index, query)
|
||||||
foundDb = inject.getValue(query, inband=False)
|
foundDb = inject.getValue(query, inband=False)
|
||||||
foundTbls[foundDb] = []
|
if foundDb not in foundTbls:
|
||||||
|
foundTbls[foundDb] = []
|
||||||
|
|
||||||
if tblConsider == "2":
|
if tblConsider == "2":
|
||||||
foundTbls[foundDb].append(tbl)
|
foundTbls[foundDb].append(tbl)
|
||||||
|
|||||||
Reference in New Issue
Block a user