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

Method getVersion

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

Source from the content-addressed store, hash-verified

532
533 @staticmethod
534 def getVersion():
535 versions = filterNone(flattenValue(kb.dbmsVersion)) if not isinstance(kb.dbmsVersion, six.string_types) else [kb.dbmsVersion]
536 if not isNoneValue(versions):
537 return versions[0]
538 else:
539 return None
540
541 @staticmethod
542 def getVersionList():

Callers 13

isVersionMethod · 0.80
isDBMSVersionAtLeastFunction · 0.80
_selectPayloadMethod · 0.80
osSmbMethod · 0.80
osBofMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80
checkDbmsMethod · 0.80

Calls 3

flattenValueFunction · 0.85
isNoneValueFunction · 0.85
filterNoneFunction · 0.70

Tested by

no test coverage detected