Skip to content

Commit 366a20a

Browse files
committed
Fix rapid7#9215, minor style nitpick
1 parent 520e890 commit 366a20a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/exploits/multi/http/drupal_drupageddon.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@ def exploit_newuser
474474

475475
def exploit
476476
case datastore['TARGET']
477-
when 0
478-
exploit_formcache
479-
when 1
480-
exploit_newuser
481-
else
482-
fail_with(Failure::BadConfig, "Invalid target selected.")
477+
when 0
478+
exploit_formcache
479+
when 1
480+
exploit_newuser
481+
else
482+
fail_with(Failure::BadConfig, "Invalid target selected.")
483483
end
484484
end
485485
end

0 commit comments

Comments
 (0)