island: Add related attack techniques to internal config values 'exploit_ntlm_hash_list' and 'exploit_lm_hash_list'
This commit is contained in:
parent
a9e0325b07
commit
462b20f587
|
@ -340,6 +340,7 @@ INTERNAL = {
|
|||
"items": {"type": "string"},
|
||||
"default": [],
|
||||
"description": "List of LM hashes to use on exploits using credentials",
|
||||
"related_attack_techniques": ["T1075"],
|
||||
},
|
||||
"exploit_ntlm_hash_list": {
|
||||
"title": "Exploit NTLM hash list",
|
||||
|
@ -348,6 +349,7 @@ INTERNAL = {
|
|||
"items": {"type": "string"},
|
||||
"default": [],
|
||||
"description": "List of NTLM hashes to use on exploits using credentials",
|
||||
"related_attack_techniques": ["T1075"],
|
||||
},
|
||||
"exploit_ssh_keys": {
|
||||
"title": "SSH key pairs list",
|
||||
|
|
Loading…
Reference in New Issue