From 835c8612194c1b8a94b671a570a43f583f302f5e Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Mon, 29 Aug 2016 15:07:22 +0300 Subject: [PATCH] Add ShellShockExploiter to default config --- chaos_monkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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