MCPcopy Index your code
hub / github.com/OWASP/Python-Honeypot / user_configuration

Function user_configuration

config.py:95–107  ·  view source on GitHub ↗

user configuration Returns: JSON/Dict user configuration

()

Source from the content-addressed store, hash-verified

93
94
95def user_configuration():
96 """
97 user configuration
98
99 Returns:
100 JSON/Dict user configuration
101 """
102 return {
103 "language": "en_US",
104 "events_log_file": "tmp/ohp.log",
105 "default_selected_modules": "all", # or select one or multiple (e.g. ftp/strong_password,ssh/strong_password)
106 "default_excluded_modules": None # or any module name separated with comma
107 }

Callers 4

log.pyFile · 0.90
__init__Method · 0.90
argv_parserFunction · 0.90
start_api_serverFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected