From 6dada5f20f304481bc1fbde1bc65037f216e9a51 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Sat, 19 Dec 2015 12:06:06 -0600 Subject: [PATCH] add another we can check administrator/manifests/files/joomla.xml --- lib/msf/core/exploit/http/joomla/version.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/msf/core/exploit/http/joomla/version.rb b/lib/msf/core/exploit/http/joomla/version.rb index b5db108d9d..32c1ca94d1 100644 --- a/lib/msf/core/exploit/http/joomla/version.rb +++ b/lib/msf/core/exploit/http/joomla/version.rb @@ -8,6 +8,7 @@ module Msf::Exploit::Remote::HTTP::Joomla::Version # @return [NilClass] No Joomla version found. def joomla_version files = [ + 'administrator/manifests/files/joomla.xml', 'language/en-GB/en-GB.xml', 'templates/system/css/system.css', 'media/system/js/mootools-more.js',