mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Consistency update (we are not using DISTINCT in inband counterparts too)
This commit is contained in:
@@ -157,6 +157,8 @@ class Search:
|
||||
|
||||
foundTbls = {}
|
||||
tblList = conf.tbl.split(",")
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].search_table
|
||||
tblCond = rootQuery.inband.condition
|
||||
dbCond = rootQuery.inband.condition2
|
||||
|
||||
Reference in New Issue
Block a user