forked from p15670423/monkey
BB: Remove "single_tests" subpackage
This commit is contained in:
parent
cf45ae4c3e
commit
ea1dc930a1
|
@ -11,12 +11,12 @@ from envs.monkey_zoo.blackbox.config_templates.config_template import ConfigTemp
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_1_a import Depth1A
|
from envs.monkey_zoo.blackbox.config_templates.depth_1_a import Depth1A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_2_a import Depth2A
|
from envs.monkey_zoo.blackbox.config_templates.depth_2_a import Depth2A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_3_a import Depth3A
|
from envs.monkey_zoo.blackbox.config_templates.depth_3_a import Depth3A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.powershell_credentials_reuse import (
|
from envs.monkey_zoo.blackbox.config_templates.powershell_credentials_reuse import (
|
||||||
PowerShellCredentialsReuse,
|
PowerShellCredentialsReuse,
|
||||||
)
|
)
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.smb_pth import SmbPth
|
from envs.monkey_zoo.blackbox.config_templates.smb_pth import SmbPth
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.wmi_mimikatz import WmiMimikatz
|
from envs.monkey_zoo.blackbox.config_templates.wmi_mimikatz import WmiMimikatz
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.zerologon import Zerologon
|
from envs.monkey_zoo.blackbox.config_templates.zerologon import Zerologon
|
||||||
from envs.monkey_zoo.blackbox.gcp_test_machine_list import GCP_TEST_MACHINE_LIST
|
from envs.monkey_zoo.blackbox.gcp_test_machine_list import GCP_TEST_MACHINE_LIST
|
||||||
from envs.monkey_zoo.blackbox.island_client.island_config_parser import IslandConfigParser
|
from envs.monkey_zoo.blackbox.island_client.island_config_parser import IslandConfigParser
|
||||||
from envs.monkey_zoo.blackbox.island_client.monkey_island_client import MonkeyIslandClient
|
from envs.monkey_zoo.blackbox.island_client.monkey_island_client import MonkeyIslandClient
|
||||||
|
|
|
@ -6,12 +6,12 @@ from envs.monkey_zoo.blackbox.config_templates.config_template import ConfigTemp
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_1_a import Depth1A
|
from envs.monkey_zoo.blackbox.config_templates.depth_1_a import Depth1A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_2_a import Depth2A
|
from envs.monkey_zoo.blackbox.config_templates.depth_2_a import Depth2A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.depth_3_a import Depth3A
|
from envs.monkey_zoo.blackbox.config_templates.depth_3_a import Depth3A
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.powershell_credentials_reuse import (
|
from envs.monkey_zoo.blackbox.config_templates.powershell_credentials_reuse import (
|
||||||
PowerShellCredentialsReuse,
|
PowerShellCredentialsReuse,
|
||||||
)
|
)
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.smb_pth import SmbPth
|
from envs.monkey_zoo.blackbox.config_templates.smb_pth import SmbPth
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.wmi_mimikatz import WmiMimikatz
|
from envs.monkey_zoo.blackbox.config_templates.wmi_mimikatz import WmiMimikatz
|
||||||
from envs.monkey_zoo.blackbox.config_templates.single_tests.zerologon import Zerologon
|
from envs.monkey_zoo.blackbox.config_templates.zerologon import Zerologon
|
||||||
from envs.monkey_zoo.blackbox.island_client.island_config_parser import IslandConfigParser
|
from envs.monkey_zoo.blackbox.island_client.island_config_parser import IslandConfigParser
|
||||||
from envs.monkey_zoo.blackbox.island_client.monkey_island_client import MonkeyIslandClient
|
from envs.monkey_zoo.blackbox.island_client.monkey_island_client import MonkeyIslandClient
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue