From 5ed6e37959263976bbba1107c43973646f6c6898 Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Mon, 25 Sep 2017 15:32:01 +0300 Subject: [PATCH] Bug fix --- chaos_monkey/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 7e5165cc8..81e583096 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -142,10 +142,9 @@ class Configuration(object): max_iterations = 1 scanner_class = TcpScanner - finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger] + finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger, ElasticFinger, ] exploiter_classes = [SmbExploiter, WmiExploiter, RdpExploiter, Ms08_067_Exploiter, # Windows exploits SSHExploiter, ShellShockExploiter, SambaCryExploiter, # Linux - ElasticFinger, ] # how many victims to look for in a single scan iteration