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

Method isOs

lib/core/common.py:613–614  ·  view source on GitHub ↗
(os)

Source from the content-addressed store, hash-verified

611
612 @staticmethod
613 def isOs(os):
614 return Backend.getOs() is not None and Backend.getOs().lower() == os.lower()
615
616def paramToDict(place, parameters=None):
617 """

Callers 15

setOsFunction · 0.80
udfInjectCustomMethod · 0.80
_skeletonSelectionMethod · 0.80
_selectPayloadMethod · 0.80
_forgeMsfCliCmdMethod · 0.80
_forgeMsfPayloadCmdMethod · 0.80
_loadMetExtensionsMethod · 0.80
_controlMsfCmdMethod · 0.80
uploadShellcodeexecMethod · 0.80
_webFileInjectMethod · 0.80
webInitMethod · 0.80

Calls 1

getOsMethod · 0.45

Tested by

no test coverage detected