mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Consistency update (we are not using DISTINCT in inband counterparts too)
This commit is contained in:
parent
112ff952d4
commit
838e98192e
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue