From 30cb88f01d455a1a1d3ceaabb87692a1e21b049b Mon Sep 17 00:00:00 2001 From: daniel goldberg Date: Mon, 29 Aug 2016 15:17:38 +0300 Subject: [PATCH] Update conf to use shellshock as well --- chaos_monkey/example.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chaos_monkey/example.conf b/chaos_monkey/example.conf index 0105765b6..95f460c71 100644 --- a/chaos_monkey/example.conf +++ b/chaos_monkey/example.conf @@ -46,7 +46,8 @@ "SmbExploiter", "WmiExploiter", "RdpExploiter", - "Ms08_067_Exploiter" + "Ms08_067_Exploiter", + "ShellShockExploiter" ], "finger_classes": [ "SSHFinger",