From 3767e05434fad588096108aa73b1385f60f5fe1a Mon Sep 17 00:00:00 2001 From: acepace Date: Sun, 10 Jul 2016 11:41:13 +0300 Subject: [PATCH] Change order of config file to be easier to modify. Added internet servers to config file --- chaos_monkey/example.conf | 50 +++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index 8d1affb35..6aac82c1c 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -1,11 +1,34 @@ { - "alive": true, - "collect_system_info": true, "command_servers": [ "russian-mail-brides.com:5000", - "127.0.0.1:5000" + "41.50.73.31:5000" ], - "current_server": "127.0.0.1:5000", + "internet_services": = [ + "www.guardicore.com", + "www.google.com" + ], + "range_class": "RelativeRange", + "range_fixed": [ + "" + ], + "current_server": "41.50.73.31:5000", + "psexec_passwords": [ + "Password1!", + "1234", + "password", + "12345678" + ], + "ssh_passwords": [ + "Password1!", + "Password", + "1234", + "12345", + "123", + "password", + "12345678" + ], + "alive": true, + "collect_system_info": true, "dropper_date_reference_path": "/bin/sh", "dropper_log_path_windows": "%temp%\\~df1562.tmp", "dropper_log_path_linux": "/tmp/user-1562", @@ -32,17 +55,7 @@ "ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT", "ms08_067_remote_user_pass": "Password1!", "ping_scan_timeout": 10000, - "psexec_passwords": [ - "Password1!", - "1234", - "password", - "12345678" - ], "psexec_user": "Administrator", - "range_class": "RelativeRange", - "range_fixed": [ - "" - ], "range_size": 30, "rdp_use_vbs_download": true, "retry_failed_explotation": true, @@ -51,15 +64,6 @@ "serialize_config": true, "singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}", "skip_exploit_if_file_exist": true, - "ssh_passwords": [ - "Password1!", - "Password", - "1234", - "12345", - "123", - "password", - "12345678" - ], "ssh_user": "root", "tcp_scan_get_banner": true, "tcp_scan_interval": 200,