From 27d14094cc01cf842f4a0fa5a254753a09883ee2 Mon Sep 17 00:00:00 2001 From: acepace Date: Tue, 14 Jun 2016 17:06:17 +0300 Subject: [PATCH] Changed MS08-67 user to monkey indicative to help track infections --- chaos_monkey/config.py | 2 +- chaos_monkey/example.conf | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 29f58eb34..2913e4da7 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -161,7 +161,7 @@ class Configuration(object): skip_exploit_if_file_exist = True ms08_067_exploit_attempts = 5 - ms08_067_remote_user_add = "IUSER_SUPPORT" + ms08_067_remote_user_add = "Monkey_IUSER_SUPPORT" ms08_067_remote_user_pass = "Password1!" # psexec exploiter diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index c72d202a5..8d1affb35 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -29,7 +29,7 @@ "monkey_log_path_windows": "%temp%\\~df1563.tmp", "monkey_log_path_linux": "/tmp/user-1563", "ms08_067_exploit_attempts": 5, - "ms08_067_remote_user_add": "IUSER_SUPPORT", + "ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT", "ms08_067_remote_user_pass": "Password1!", "ping_scan_timeout": 10000, "psexec_passwords": [ @@ -53,7 +53,10 @@ "skip_exploit_if_file_exist": true, "ssh_passwords": [ "Password1!", + "Password", "1234", + "12345", + "123", "password", "12345678" ],