forked from p34709852/monkey
Agent: split up nt and lm hash credential types
This commit is contained in:
parent
d392de4a02
commit
26806392ec
|
@ -4,4 +4,5 @@ from enum import Enum
|
|||
class CredentialType(Enum):
|
||||
USERNAME = 2
|
||||
PASSWORD = 3
|
||||
NTLM_HASH = 4
|
||||
NT_HASH = 4
|
||||
LM_HASH = 5
|
||||
|
|
Loading…
Reference in New Issue