MCPcopy Create free account
hub / github.com/OWASP/Python-Honeypot / os_name

Function os_name

core/compatible.py:41–48  ·  view source on GitHub ↗

OS name Returns: OS name in string

()

Source from the content-addressed store, hash-verified

39
40
41def os_name():
42 """
43 OS name
44
45 Returns:
46 OS name in string
47 """
48 return sys.platform
49
50
51def get_timeout_error():

Callers 2

reset_cmd_colorFunction · 0.90
color_cmdFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected