mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor bug fix
This commit is contained in:
parent
45af22872a
commit
ff160abf10
|
@ -267,7 +267,8 @@ class Search:
|
|||
continue
|
||||
else:
|
||||
for db in conf.db.split(","):
|
||||
foundTbls[db] = []
|
||||
if db not in foundTbls:
|
||||
foundTbls[db] = []
|
||||
else:
|
||||
dbName = "SQLite" if Backend.isDbms(DBMS.SQLITE) else "Firebird"
|
||||
foundTbls["%s%s" % (dbName, METADB_SUFFIX)] = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user