forked from p15670423/monkey
Project: Remove outdated entried from Vulture allowlist
This commit is contained in:
parent
1480203627
commit
3100e6c010
|
@ -9,12 +9,6 @@ from common.agent_configuration.agent_sub_configurations import (
|
|||
)
|
||||
from common.credentials import Credentials, LMHash, NTHash
|
||||
from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory
|
||||
from infection_monkey.island_api_client import (
|
||||
HTTPIslandAPIClient,
|
||||
IIslandAPIClient,
|
||||
IslandAPIRequestError,
|
||||
IslandAPIRequestFailedError,
|
||||
)
|
||||
from monkey_island.cc.event_queue import IslandEventTopic, PyPubSubIslandEventQueue
|
||||
from monkey_island.cc.models import Report
|
||||
from monkey_island.cc.models.networkmap import Arc, NetworkMap
|
||||
|
@ -334,9 +328,3 @@ CC_TUNNEL
|
|||
IslandEventTopic.AGENT_CONNECTED
|
||||
IslandEventTopic.CLEAR_SIMULATION_DATA
|
||||
IslandEventTopic.RESET_AGENT_CONFIGURATION
|
||||
|
||||
# TODO: Remove after #2292 is closed
|
||||
IIslandAPIClient
|
||||
HTTPIslandAPIClient
|
||||
IslandAPIRequestFailedError
|
||||
IslandAPIRequestError
|
||||
|
|
Loading…
Reference in New Issue