forked from p15670423/monkey
Agent: Move Zerologon tag to the implementation
It is not used anywhere else.
This commit is contained in:
parent
559a8c9f66
commit
6adb356e81
|
@ -25,7 +25,6 @@ from common.tags import (
|
||||||
)
|
)
|
||||||
from infection_monkey.exploit.HostExploiter import HostExploiter
|
from infection_monkey.exploit.HostExploiter import HostExploiter
|
||||||
from infection_monkey.exploit.tools.wmi_tools import WmiTools
|
from infection_monkey.exploit.tools.wmi_tools import WmiTools
|
||||||
from infection_monkey.exploit.zerologon_utils import ZEROLOGON_EXPLOITER_TAG
|
|
||||||
from infection_monkey.exploit.zerologon_utils.dump_secrets import DumpSecrets
|
from infection_monkey.exploit.zerologon_utils.dump_secrets import DumpSecrets
|
||||||
from infection_monkey.exploit.zerologon_utils.options import OptionsForSecretsdump
|
from infection_monkey.exploit.zerologon_utils.options import OptionsForSecretsdump
|
||||||
from infection_monkey.exploit.zerologon_utils.vuln_assessment import get_dc_details, is_exploitable
|
from infection_monkey.exploit.zerologon_utils.vuln_assessment import get_dc_details, is_exploitable
|
||||||
|
@ -37,6 +36,7 @@ from infection_monkey.utils.threading import interruptible_iter
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
ZEROLOGON_EXPLOITER_TAG = "zerologon-exploiter"
|
||||||
|
|
||||||
CREDENTIALS_STOLEN_EVENT_TAGS = frozenset(
|
CREDENTIALS_STOLEN_EVENT_TAGS = frozenset(
|
||||||
{
|
{
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ZEROLOGON_EXPLOITER_TAG = "zerologon-exploiter"
|
|
Loading…
Reference in New Issue