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.
|
||||
def joomla_version
|
||||
files = [
|
||||
'language/en-GB/en-GB.xml',
|
||||
'administrator/manifests/files/joomla.xml',
|
||||
'language/en-GB/en-GB.xml',
|
||||
'templates/system/css/system.css',
|
||||
'media/system/js/mootools-more.js',
|
||||
'language/en-GB/en-GB.ini',
|
||||
|
|
Loading…
Reference in New Issue