forked from p15670423/monkey
Add readme to ransomware section of configuration schema
This commit is contained in:
parent
33a6e72df5
commit
b7c8006f94
|
@ -21,6 +21,18 @@ RANSOMWARE = {
|
|||
"using bitflip to simulate ransomware.",
|
||||
},
|
||||
},
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifications",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"readme": {
|
||||
"title": "Create a README.TXT file",
|
||||
"type": "boolean",
|
||||
"default": True,
|
||||
"description": "Creates a README.txt ransomware note on infected systems.",
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue