forked from p15670423/monkey
UT: Update automated_master_config.json
This commit is contained in:
parent
8737a3df89
commit
a2e283e824
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue