forked from p15670423/monkey
Island: Add info about Log4Shell to config schema
This commit is contained in:
parent
c51be159b6
commit
f8ac13c164
|
@ -42,15 +42,6 @@ EXPLOITER_CLASSES = {
|
||||||
"link": "https://www.guardicore.com/infectionmonkey/docs/reference"
|
"link": "https://www.guardicore.com/infectionmonkey/docs/reference"
|
||||||
"/exploiters/mssql/",
|
"/exploiters/mssql/",
|
||||||
},
|
},
|
||||||
# TODO finish description
|
|
||||||
{
|
|
||||||
"type": "string",
|
|
||||||
"enum": ["Log4ShellExploiter"],
|
|
||||||
"title": "Log4Shell Exploiter",
|
|
||||||
"safe": True,
|
|
||||||
"info": "TODO: provide full info.",
|
|
||||||
"link": "TODO: link to docs",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["Ms08_067_Exploiter"],
|
"enum": ["Ms08_067_Exploiter"],
|
||||||
|
@ -174,5 +165,16 @@ EXPLOITER_CLASSES = {
|
||||||
"link": "https://www.guardicore.com/infectionmonkey"
|
"link": "https://www.guardicore.com/infectionmonkey"
|
||||||
"/docs/reference/exploiters/powershell",
|
"/docs/reference/exploiters/powershell",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["Log4ShellExploiter"],
|
||||||
|
"title": "Log4Shell Exploiter",
|
||||||
|
"safe": True,
|
||||||
|
"info": "Exploits a software vulnerability (CVE-2021-44228) in Apache Log4j, a Java "
|
||||||
|
"logging framework. Exploitation is attempted on the following services — "
|
||||||
|
"Apache Solr, Apache Tomcat, Logstash.",
|
||||||
|
"link": "https://www.guardicore.com/infectionmonkey/docs/reference"
|
||||||
|
"/exploiters/log4shell/",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue