We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520e890 commit 366a20aCopy full SHA for 366a20a
modules/exploits/multi/http/drupal_drupageddon.rb
@@ -474,12 +474,12 @@ def exploit_newuser
474
475
def exploit
476
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.")
+ when 0
+ exploit_formcache
+ when 1
+ exploit_newuser
+ else
+ fail_with(Failure::BadConfig, "Invalid target selected.")
483
end
484
485
0 commit comments