diff --git a/modules/exploits/multi/http/drupal_drupageddon.rb b/modules/exploits/multi/http/drupal_drupageddon.rb index 45c2d0da25..2ca13ace69 100644 --- a/modules/exploits/multi/http/drupal_drupageddon.rb +++ b/modules/exploits/multi/http/drupal_drupageddon.rb @@ -474,12 +474,12 @@ class MetasploitModule < Msf::Exploit::Remote def exploit case datastore['TARGET'] - when 0 - exploit_formcache - when 1 - exploit_newuser - else - fail_with(Failure::BadConfig, "Invalid target selected.") + when 0 + exploit_formcache + when 1 + exploit_newuser + else + fail_with(Failure::BadConfig, "Invalid target selected.") end end end