mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 04:09:02 +00:00
Fixes #4263
This commit is contained in:
@@ -450,9 +450,6 @@ class Search(object):
|
||||
for tbl in conf.tbl.split(','):
|
||||
values.append([safeSQLIdentificatorNaming(db), safeSQLIdentificatorNaming(tbl, True)])
|
||||
|
||||
if Backend.getIdentifiedDbms() in (DBMS.FIREBIRD,):
|
||||
values = [(conf.db, value) for value in arrayizeValue(values)]
|
||||
|
||||
for db, tbl in filterPairValues(values):
|
||||
db = safeSQLIdentificatorNaming(db)
|
||||
tbls = tbl.split(',') if not isNoneValue(tbl) else []
|
||||
|
||||
Reference in New Issue
Block a user