forked from p15670423/monkey
Merge branch 'ransomware_readme_config_option' into develop
This commit is contained in:
commit
f7f60be632
|
@ -21,6 +21,18 @@ RANSOMWARE = {
|
|||
"using bitflip to simulate ransomware.",
|
||||
},
|
||||
},
|
||||
},
|
||||
"other_behaviors": {
|
||||
"title": "Other Behaviors",
|
||||
"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