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

Function category_configuration

modules/http/__init__.py:5–17  ·  view source on GitHub ↗

category configuration Returns: JSON/Dict category configuration

()

Source from the content-addressed store, hash-verified

3
4
5def category_configuration():
6 """
7 category configuration
8
9 Returns:
10 JSON/Dict category configuration
11 """
12 return {
13 "virtual_machine_name": "ohp_httpserver",
14 "virtual_machine_port_number": 80,
15 "virtual_machine_internet_access": True,
16 "real_machine_port_number": 80
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected