mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #4263
This commit is contained in:
parent
6b7a1dfd94
commit
aa7c548376
2 changed files with 1 additions and 4 deletions
|
|
@ -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 []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue