From 1e876eb59743aac3d9a923c96a6e607447a7e450 Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Wed, 16 Aug 2017 19:07:50 +0300 Subject: [PATCH] Update example.conf --- chaos_monkey/example.conf | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index 33503b3da..6250460b6 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -12,21 +12,6 @@ ], "blocked_ips": [""], "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, "depth": 2, @@ -63,7 +48,6 @@ "ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT", "ms08_067_remote_user_pass": "Password1!", "ping_scan_timeout": 10000, - "psexec_user": "Administrator", "range_size": 30, "rdp_use_vbs_download": true, "smb_download_timeout": 300, @@ -74,11 +58,9 @@ "serialize_config": false, "singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}", "skip_exploit_if_file_exist": true, - "ssh_users": [ - "root", - "user" - ], "local_network_scan": true, + "exploit_user_list": ["Administrator", "root", "user"], + "exploit_password_list" = ["Password1!", "1234", "password", "12345678"] "tcp_scan_get_banner": true, "tcp_scan_interval": 200, "tcp_scan_timeout": 10000,