From 2afcae489ebc61283bdbfb173a13e1c068051a8e Mon Sep 17 00:00:00 2001 From: itsikkes Date: Sun, 31 Jul 2016 20:40:45 +0300 Subject: [PATCH] updated missing fields --- chaos_monkey/example.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index 3fcb6adf7..4d6e29699 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -1,9 +1,8 @@ { "command_servers": [ - "russian-mail-brides.com:5000", - "41.50.73.31:5000" + "russian-mail-brides.com:5000" ], - "internet_services": = [ + "internet_services": [ "monkey.guardicore.com", "www.google.com" ], @@ -29,6 +28,8 @@ ], "alive": true, "collect_system_info": true, + "depth": 2, + "dropper_date_reference_path": "/bin/sh", "dropper_log_path_windows": "%temp%\\~df1562.tmp", "dropper_log_path_linux": "/tmp/user-1562", @@ -36,8 +37,8 @@ "dropper_target_path": "C:\\Windows\\monkey.exe", "dropper_target_path_linux": "/bin/monkey", - "kill_path_linux": "/tmp/user-4150", - "kill_path_windows": "%temp%\\~df4150.tmp", + "kill_file_path_linux": "/tmp/user-4150", + "kill_file_path_windows": "%temp%\\~df4150.tmp", "dropper_try_move_first": false, "exploiter_classes": [ "SSHExploiter", @@ -63,7 +64,7 @@ "rdp_use_vbs_download": true, "retry_failed_explotation": true, "scanner_class": "TcpScanner", - "self_delete_in_cleanup": false, + "self_delete_in_cleanup": true, "serialize_config": false, "singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}", "skip_exploit_if_file_exist": true,