Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ isDbmsWithin
Method
isDbmsWithin
lib/core/common.py:579–580 ·
view source on GitHub ↗
(aliases)
Source
from the content-addressed store, hash-verified
577
578
@staticmethod
579
def
isDbmsWithin(aliases):
580
return
Backend.getDbms() is not None and Backend.getDbms().lower() in aliases
581
582
@staticmethod
583
def
isVersion(version):
Callers
15
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
checkDbms
Method · 0.80
Calls
1
getDbms
Method · 0.45
Tested by
no test coverage detected