island: Add related attack techniques to internal config values 'exploit_ntlm_hash_list' and 'exploit_lm_hash_list'

This commit is contained in:
Shreya Malviya 2021-10-12 15:39:56 +05:30
parent a9e0325b07
commit 462b20f587
1 changed files with 2 additions and 0 deletions

View File

@ -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",