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

Method getForcedDbms

lib/core/common.py:483–484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

481 # Get methods
482 @staticmethod
483 def getForcedDbms():
484 return aliasToDbmsEnum(conf.get("forceDbms")) or aliasToDbmsEnum(kb.get("forcedDbms"))
485
486 @staticmethod
487 def getDbms():

Callers 1

getIdentifiedDbmsMethod · 0.80

Calls 2

aliasToDbmsEnumFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected