forked from p15670423/monkey
Agent: Add file extension to default agent config
This commit is contained in:
parent
ae1fbb7cc5
commit
194f08c294
|
@ -35,6 +35,7 @@ CREDENTIAL_COLLECTOR_CONFIGURATION = tuple(
|
|||
RANSOMWARE_OPTIONS = {
|
||||
"encryption": {
|
||||
"enabled": True,
|
||||
"file_extension": ".m0nk3y",
|
||||
"directories": {"linux_target_dir": "", "windows_target_dir": ""},
|
||||
},
|
||||
"other_behaviors": {"readme": True},
|
||||
|
|
Loading…
Reference in New Issue