forked from p15670423/monkey
Island: Setup ping scan event listener/handler
This commit is contained in:
parent
65d43575d1
commit
6aa69a10b6
|
@ -17,6 +17,7 @@ from monkey_island.cc.repository import (
|
|||
|
||||
def setup_agent_event_handlers(container: DIContainer):
|
||||
_subscribe_and_store_to_event_repository(container)
|
||||
_subscribe_ping_scan_event(container)
|
||||
|
||||
|
||||
def _subscribe_and_store_to_event_repository(container: DIContainer):
|
||||
|
|
Loading…
Reference in New Issue