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 = {
|
RANSOMWARE_OPTIONS = {
|
||||||
"encryption": {
|
"encryption": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
|
"file_extension": ".m0nk3y",
|
||||||
"directories": {"linux_target_dir": "", "windows_target_dir": ""},
|
"directories": {"linux_target_dir": "", "windows_target_dir": ""},
|
||||||
},
|
},
|
||||||
"other_behaviors": {"readme": True},
|
"other_behaviors": {"readme": True},
|
||||||
|
|
Loading…
Reference in New Issue