mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
made --search -D on MSSQL consistent with other DBMSes - issue #81
This commit is contained in:
parent
7f10b01265
commit
60242f92c5
2 changed files with 11 additions and 6 deletions
|
|
@ -154,12 +154,10 @@ class Search:
|
|||
|
||||
foundTbls = {}
|
||||
tblList = conf.tbl.split(",")
|
||||
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
|
||||
tblCond = rootQuery.inband.condition
|
||||
dbCond = rootQuery.inband.condition2
|
||||
whereDbsQuery = ""
|
||||
|
||||
tblConsider, tblCondParam = self.likeOrExact("table")
|
||||
|
||||
for tbl in tblList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue