From 4017f094cf71d5e5ac1c2177d799a404c3dfd9c0 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 2 Sep 2022 12:25:08 +0530 Subject: [PATCH] Project: Add entries to Vulture allowlist --- vulture_allowlist.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 678e9a22c..68a94a2db 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -7,6 +7,8 @@ from common.agent_configuration.agent_sub_configurations import ( CustomPBAConfiguration, ScanTargetConfiguration, ) +from common.credentials import Credentials +from common.utils import IJSONSerializable from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory from monkey_island.cc.models import Report from monkey_island.cc.models.networkmap import Arc, NetworkMap @@ -310,3 +312,6 @@ SCANNED EXPLOITED CC CC_TUNNEL + +Credentials.from_json +IJSONSerializable.from_json