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

Method getDbms

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

Source from the content-addressed store, hash-verified

485
486 @staticmethod
487 def getDbms():
488 return aliasToDbmsEnum(kb.get("dbms"))
489
490 @staticmethod
491 def getErrorParsedDBMSes():

Callers

nothing calls this directly

Calls 2

aliasToDbmsEnumFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected