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": {
"options": {},
"brute_force": [
{"name": "MSSQLExploiter"},
{"name": "PowerShellExploiter"},
{"name": "SmbExploiter"},
{"name": "SSHExploiter"},
{"name": "WmiExploiter"}
{"name": "MSSQLExploiter", "supported_os": ["windows"], "options": {}},
{"name": "PowerShellExploiter", "supported_os": ["windows"], "options": {}},
{"name": "SmbExploiter", "supported_os": ["windows"], "options": {}},
{"name": "SSHExploiter", "supported_os": ["linux"], "options": {}},
{"name": "WmiExploiter", "supported_os": ["windows"], "options": {}}
],
"vulnerability": [
{"name": "DrupalExploiter"},
{"name": "HadoopExploiter"},
{"name": "ShellShockExploiter"},
{"name": "Struts2Exploiter"},
{"name": "WebLogicExploiter"},
{"name": "ZerologonExploiter"}
{"name": "DrupalExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "HadoopExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "ShellShockExploiter", "supported_os": ["linux"], "options": {}},
{"name": "Struts2Exploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "WebLogicExploiter", "supported_os": ["linux", "windows"], "options": {}},
{"name": "ZerologonExploiter", "supported_os": ["windows"], "options": {}}
]
}
},
@ -102,7 +103,7 @@
"other_behaviors": {"readme": true}
}
},
"system_info_collector_classes": [
"credential_collector_classes": [
"MimikatzCollector",
"SSHCollector"
]