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