mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor bug fix (in multiple item search only last item was shown)
This commit is contained in:
parent
7b9d978cf9
commit
f0dad2a1e4
1 changed files with 2 additions and 1 deletions
|
|
@ -1662,6 +1662,7 @@ class Enumeration:
|
|||
query += exclDbsQuery
|
||||
query = agent.limitQuery(index, query)
|
||||
foundDb = inject.getValue(query, inband=False)
|
||||
if foundDb not in foundTbls:
|
||||
foundTbls[foundDb] = []
|
||||
|
||||
if tblConsider == "2":
|
||||
|
|
|
|||
Loading…
Reference in a new issue