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