mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-25 11:23:44 +03:00
only a small update
This commit is contained in:
parent
4da2a3a8ac
commit
303aa10507
|
@ -1975,9 +1975,10 @@ class Enumeration:
|
||||||
regex = "|".join(conf.tbl.split(","))
|
regex = "|".join(conf.tbl.split(","))
|
||||||
return tableExists(paths.COMMON_TABLES, regex)
|
return tableExists(paths.COMMON_TABLES, regex)
|
||||||
|
|
||||||
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
|
|
||||||
foundTbls = {}
|
foundTbls = {}
|
||||||
tblList = conf.tbl.split(",")
|
tblList = conf.tbl.split(",")
|
||||||
|
|
||||||
|
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
|
||||||
tblCond = rootQuery.inband.condition
|
tblCond = rootQuery.inband.condition
|
||||||
dbCond = rootQuery.inband.condition2
|
dbCond = rootQuery.inband.condition2
|
||||||
whereDbsQuery = ""
|
whereDbsQuery = ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user