Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 303aa10

Browse files
committed
only a small update
1 parent 4da2a3a commit 303aa10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,9 +1975,10 @@ def searchTable(self):
19751975
regex = "|".join(conf.tbl.split(","))
19761976
return tableExists(paths.COMMON_TABLES, regex)
19771977

1978-
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
19791978
foundTbls = {}
19801979
tblList = conf.tbl.split(",")
1980+
1981+
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
19811982
tblCond = rootQuery.inband.condition
19821983
dbCond = rootQuery.inband.condition2
19831984
whereDbsQuery = ""

0 commit comments

Comments
 (0)