From 8ff4407ca6a9b18e10ae180192e9b4bc2bae607b Mon Sep 17 00:00:00 2001 From: William Vu Date: Tue, 24 Apr 2018 20:51:51 -0500 Subject: [PATCH] Clarify version detection error message This was supposed to imply that we couldn't configure the exploit for a targetable version. Instead, it just read weirdly. I think it was missing "to target" at the end. "Determine" is a much better word, though, since we may be doing detection instead of mere configuration. --- modules/exploits/unix/webapp/drupal_drupalgeddon2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/drupal_drupalgeddon2.rb b/modules/exploits/unix/webapp/drupal_drupalgeddon2.rb index 0c9b725dc5..3eb31da518 100644 --- a/modules/exploits/unix/webapp/drupal_drupalgeddon2.rb +++ b/modules/exploits/unix/webapp/drupal_drupalgeddon2.rb @@ -135,7 +135,7 @@ class MetasploitModule < Msf::Exploit::Remote print_status("Drupal #{@version} targeted at #{full_uri}") checkcode = CheckCode::Detected else - print_error('Could not configure Drupal version') + print_error('Could not determine Drupal version to target') return CheckCode::Unknown end