forked from p15670423/monkey
Project: Fix PyPubSubIslandEventQueue entries to Vulture allowlist
This commit is contained in:
parent
342a4959b3
commit
fb4bfb7be1
|
@ -8,6 +8,7 @@ from common.agent_configuration.agent_sub_configurations import (
|
||||||
ScanTargetConfiguration,
|
ScanTargetConfiguration,
|
||||||
)
|
)
|
||||||
from common.credentials import Credentials
|
from common.credentials import Credentials
|
||||||
|
from common.event_queue import IslandEventTopic, PyPubSubIslandEventQueue
|
||||||
from common.utils import IJSONSerializable
|
from common.utils import IJSONSerializable
|
||||||
from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory
|
from infection_monkey.exploit.log4shell_utils.ldap_server import LDAPServerFactory
|
||||||
from monkey_island.cc.models import Report
|
from monkey_island.cc.models import Report
|
||||||
|
@ -317,9 +318,7 @@ CC_TUNNEL
|
||||||
Credentials.from_json
|
Credentials.from_json
|
||||||
IJSONSerializable.from_json
|
IJSONSerializable.from_json
|
||||||
|
|
||||||
# revisit when implementing PyPubSubIslandEventQueue
|
PyPubSubIslandEventQueue
|
||||||
AGENT_CONNECTED
|
IslandEventTopic.AGENT_CONNECTED
|
||||||
CLEAR_SIMULATION_DATA
|
IslandEventTopic.CLEAR_SIMULATION_DATA
|
||||||
RESET_AGENT_CONFIGURATION
|
IslandEventTopic.RESET_AGENT_CONFIGURATION
|
||||||
IIslandEventQueue
|
|
||||||
event_data
|
|
||||||
|
|
Loading…
Reference in New Issue