UT: Update automated_master_config.json

This commit is contained in:
Mike Salvatore 2022-03-28 19:46:36 -04:00
parent 8737a3df89
commit a2e283e824
1 changed files with 13 additions and 12 deletions

View File

@ -45,20 +45,21 @@
] ]
}, },
"exploiters": { "exploiters": {
"options": {},
"brute_force": [ "brute_force": [
{"name": "MSSQLExploiter"}, {"name": "MSSQLExploiter", "supported_os": ["windows"], "options": {}},
{"name": "PowerShellExploiter"}, {"name": "PowerShellExploiter", "supported_os": ["windows"], "options": {}},
{"name": "SmbExploiter"}, {"name": "SmbExploiter", "supported_os": ["windows"], "options": {}},
{"name": "SSHExploiter"}, {"name": "SSHExploiter", "supported_os": ["linux"], "options": {}},
{"name": "WmiExploiter"} {"name": "WmiExploiter", "supported_os": ["windows"], "options": {}}
], ],
"vulnerability": [ "vulnerability": [
{"name": "DrupalExploiter"}, {"name": "DrupalExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "HadoopExploiter"}, {"name": "HadoopExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "ShellShockExploiter"}, {"name": "ShellShockExploiter", "supported_os": ["linux"], "options": {}},
{"name": "Struts2Exploiter"}, {"name": "Struts2Exploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "WebLogicExploiter"}, {"name": "WebLogicExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "ZerologonExploiter"} {"name": "ZerologonExploiter", "supported_os": ["windows"], "options": {}}
] ]
} }
}, },
@ -102,7 +103,7 @@
"other_behaviors": {"readme": true} "other_behaviors": {"readme": true}
} }
}, },
"system_info_collector_classes": [ "credential_collector_classes": [
"MimikatzCollector", "MimikatzCollector",
"SSHCollector" "SSHCollector"
] ]