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

Function logo

core/compatible.py:21–28  ·  view source on GitHub ↗

OWASP HoneyPot Logo

()

Source from the content-addressed store, hash-verified

19
20
21def logo():
22 """
23 OWASP HoneyPot Logo
24 """
25 # TODO : Fix the cyclic dependency later
26 from core.alert import write_to_api_console
27 write_to_api_console(open('.owasp_honeypot').read())
28 reset_cmd_color()
29
30
31def version():

Callers 1

load_honeypot_engineFunction · 0.90

Calls 2

write_to_api_consoleFunction · 0.90
reset_cmd_colorFunction · 0.90

Tested by

no test coverage detected