Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
616
def
paramToDict(place, parameters=None):
617
""
"
Callers
15
setOs
Function · 0.80
udfInjectCustom
Method · 0.80
_skeletonSelection
Method · 0.80
_selectPayload
Method · 0.80
_forgeMsfCliCmd
Method · 0.80
_forgeMsfPayloadCmd
Method · 0.80
_runMsfShellcodeRemoteViaSexec
Method · 0.80
_loadMetExtensions
Method · 0.80
_controlMsfCmd
Method · 0.80
uploadShellcodeexec
Method · 0.80
_webFileInject
Method · 0.80
webInit
Method · 0.80
Calls
1
getOs
Method · 0.45
Tested by
no test coverage detected