MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / forceDbmsEnum

Method forceDbmsEnum

plugins/dbms/sqlite/fingerprint.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 return False
110
111 def forceDbmsEnum(self):
112 conf.db = "%s%s" % (DBMS.SQLITE, METADB_SUFFIX)

Callers 2

getTablesMethod · 0.45
getColumnsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected