From c119406b2d3f2a4ae0ded69cb004254dd72eab9a Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Tue, 27 Sep 2022 10:50:23 +0200 Subject: [PATCH] Project: Add import for PingScanEvent --- vulture_allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 1298ecf2c..699951b10 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -7,6 +7,7 @@ from common.agent_configuration.agent_sub_configurations import ( CustomPBAConfiguration, ScanTargetConfiguration, ) +from common.agent_events import PingScanEvent from common.credentials import Credentials, LMHash, NTHash from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory from monkey_island.cc.event_queue import IslandEventTopic, PyPubSubIslandEventQueue