btoplak / Joomla-Anti-Malware-Scan-Script--JAMSS-

a Joomla! and WordPress Security script that automatically scans the Joomla! or Wordpress files for some patterns and "fingerprints" of malware, trojans or other injections into PHP code
147 stars 103 forks source link

No Joomla CMS found here! #15

Open waynejb opened 7 years ago

waynejb commented 7 years ago

Had issues loading the site and thought maybe a malware issue. Ran php file within the main directory as noted and see... No Joomla CMS found here! Please check you have put the file into Joomla webroot folder.

Also refreshed all Joomla 3.4.6 core files.

Thoughts?

chris001 commented 7 years ago

It's looking for the file libraries/cms/version/version.php and inside the file to get the values of RELEASE, DEV_LEVEL, and DEV_STATUS. Maybe @btoplak can find the reason why this version.php file might be missing from your joomla site? See https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script--JAMSS-/blob/master/jamss.php#L443

danjde commented 6 years ago

Hi Friends, I've the same issue with the latest JAMSS and Joomla 3.8.5:

No Joomla CMS found here! Please check you have put the file into Joomla webroot folder.

danjde commented 6 years ago

Found here the solution: https://github.com/btoplak/Joomla-Anti-Malware-Scan-Script--JAMSS-/issues/17

Please fix ;-)