From fb4bfb7be14b31b7437ac99edc6a664527862ceb Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 6 Sep 2022 13:25:59 +0530 Subject: [PATCH] Project: Fix PyPubSubIslandEventQueue entries to Vulture allowlist --- vulture_allowlist.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 976810c9d..fc05f4c59 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -8,6 +8,7 @@ from common.agent_configuration.agent_sub_configurations import ( ScanTargetConfiguration, ) from common.credentials import Credentials +from common.event_queue import IslandEventTopic, PyPubSubIslandEventQueue from common.utils import IJSONSerializable from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory from monkey_island.cc.models import Report @@ -317,9 +318,7 @@ CC_TUNNEL Credentials.from_json IJSONSerializable.from_json -# revisit when implementing PyPubSubIslandEventQueue -AGENT_CONNECTED -CLEAR_SIMULATION_DATA -RESET_AGENT_CONFIGURATION -IIslandEventQueue -event_data +PyPubSubIslandEventQueue +IslandEventTopic.AGENT_CONNECTED +IslandEventTopic.CLEAR_SIMULATION_DATA +IslandEventTopic.RESET_AGENT_CONFIGURATION