Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
aliasToDbmsEnum
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected