Make joomla.xml go first
Reason is here: https://github.com/rapid7/metasploit-framework/pull/6373#issuecomment-166446092bug/bundler_fix
parent
17b67b8f1b
commit
2cc54a7a43
|
@ -8,8 +8,8 @@ module Msf::Exploit::Remote::HTTP::Joomla::Version
|
||||||
# @return [NilClass] No Joomla version found.
|
# @return [NilClass] No Joomla version found.
|
||||||
def joomla_version
|
def joomla_version
|
||||||
files = [
|
files = [
|
||||||
'language/en-GB/en-GB.xml',
|
|
||||||
'administrator/manifests/files/joomla.xml',
|
'administrator/manifests/files/joomla.xml',
|
||||||
|
'language/en-GB/en-GB.xml',
|
||||||
'templates/system/css/system.css',
|
'templates/system/css/system.css',
|
||||||
'media/system/js/mootools-more.js',
|
'media/system/js/mootools-more.js',
|
||||||
'language/en-GB/en-GB.ini',
|
'language/en-GB/en-GB.ini',
|
||||||
|
|
Loading…
Reference in New Issue