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

Method setOsVersion

lib/core/common.py:448–453  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

446
447 @staticmethod
448 def setOsVersion(version):
449 if version is None:
450 return None
451
452 elif kb.osVersion is None and isinstance(version, six.string_types):
453 kb.osVersion = version
454
455 @staticmethod
456 def setOsServicePack(sp):

Callers 2

checkDbmsOsMethod · 0.80
checkDbmsOsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected