forked from p15670423/monkey
Island: Reword ransomware simulation description
This commit is contained in:
parent
6f33b04e1f
commit
22ff22f389
|
@ -10,10 +10,10 @@ RANSOMWARE = {
|
||||||
"encryption": {
|
"encryption": {
|
||||||
"title": "Simulation",
|
"title": "Simulation",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "To simulate ransomware encryption, create a directory and put some "
|
"description": "To simulate ransomware encryption, you'll need to provide Infection "
|
||||||
"files there to be encrypted. Do this on each machine on which you want to run the "
|
"Monkey with files that it can safely encrypt. On each machine where you would like "
|
||||||
"ransomware encryption simulation.\n\nProvide the path to the directory that was "
|
"the ransomware simulation to run, create a directory and put some files in it."
|
||||||
"created on each machine:",
|
"\n\nProvide the path to the directory that was created on each machine.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"title": "Encrypt files",
|
"title": "Encrypt files",
|
||||||
|
|
Loading…
Reference in New Issue