forked from p15670423/monkey
docs: Reword ransomware introductory description
Add "only" to clarify that encryption will only take place if a directory is specified. Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
parent
97bc0fd205
commit
3ddde83b5c
|
@ -11,7 +11,7 @@ All actions performed by the encryption routine are designed to be safe for prod
|
|||
environments.
|
||||
|
||||
To ensure minimum interference and easy recoverability, the ransomware simulation will encrypt
|
||||
files if the user specifies a directory that contains files that are safe to encrypt.
|
||||
files only if the user specifies a directory that contains files that are safe to encrypt.
|
||||
If no directory is specified, no files will be encrypted.
|
||||
|
||||
<!-- add config screenshot here -->
|
||||
|
|
Loading…
Reference in New Issue