diff --git a/chaos_monkey/config.py b/chaos_monkey/config.py index 9c63765ee..c56c7f0c2 100644 --- a/chaos_monkey/config.py +++ b/chaos_monkey/config.py @@ -135,7 +135,7 @@ class Configuration(object): scanner_class = TcpScanner finger_classes = [SMBFinger, SSHFinger, PingScanner, HTTPFinger] exploiter_classes = [SmbExploiter, WmiExploiter, RdpExploiter, Ms08_067_Exploiter, # Windows exploits - SSHExploiter #Linux + SSHExploiter, ShellShockExploiter #Linux ] # how many victims to look for in a single scan iteration