mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Support for Raima Database Manager DBMS
This commit is contained in:
@@ -104,7 +104,7 @@ def tableExists(tableFile, regex=None):
|
||||
tables = filterListValue(tables, regex)
|
||||
|
||||
for conf.db in (conf.db.split(',') if conf.db else [conf.db]):
|
||||
if conf.db:
|
||||
if conf.db and METADB_SUFFIX not in conf.db:
|
||||
infoMsg = "checking database '%s'" % conf.db
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user