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 4da2a3a commit 303aa10Copy full SHA for 303aa10
1 file changed
plugins/generic/enumeration.py
@@ -1975,9 +1975,10 @@ def searchTable(self):
1975
regex = "|".join(conf.tbl.split(","))
1976
return tableExists(paths.COMMON_TABLES, regex)
1977
1978
- rootQuery = queries[Backend.getIdentifiedDbms()].search_table
1979
foundTbls = {}
1980
tblList = conf.tbl.split(",")
+
1981
+ rootQuery = queries[Backend.getIdentifiedDbms()].search_table
1982
tblCond = rootQuery.inband.condition
1983
dbCond = rootQuery.inband.condition2
1984
whereDbsQuery = ""
0 commit comments