forked from p15670423/monkey
Agent: Modify Mimikatz credential collector tag string
This commit is contained in:
parent
a0cf3d65f4
commit
457cc6be27
|
@ -13,7 +13,7 @@ from .windows_credentials import WindowsCredentials
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
MIMIKATZ_CREDENTIAL_COLLECTOR_TAG = "MimikatzCredentialsStolen"
|
||||
MIMIKATZ_CREDENTIAL_COLLECTOR_TAG = "mimikatz-credentials-collector"
|
||||
T1003_ATTACK_TECHNIQUE_TAG = "T1003"
|
||||
T1005_ATTACK_TECHNIQUE_TAG = "T1005"
|
||||
|
||||
|
|
Loading…
Reference in New Issue