It appears your site is hacked. WordPress’s main index.php file should look something like this:
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
If you have a pristine backup taken before the hack, simply nuke the current site and restore the pristine backup. If you don’t have such a backup, kindly read this documentation thoroughly to find to how to properly clean up your site:
FAQ My site was hacked
After this, follow the guide below to find out how to properly secure and harden your website to thwart future attacks:
Hardening WordPress
Hi,
Our file also looks similar to the one you shared. Ref link: http://www.sierratec.com/downloads/ref-09112020-1.jpg
So the website is clean
The website is also working fine. In CXS scan alone we got the info like ‘ (Hits:1) (Viruses:0) (Fingerprints:1)’. I have already posted the details in my previous reply
Thank you
-
This reply was modified 5 years, 7 months ago by
shanthini.
-
This reply was modified 5 years, 7 months ago by
shanthini.
This could be a false positive then.
I’ll advise you to contact the ConfigServer folks so they can look into this. Back when I managed cPanel servers I used their products and they had outstanding support.
OK, let me take a closer look at this:
Web upload script URL : http://xxxx.in/index.php?option=com_gmapfp&controller=editlieux&tmpl=component&task=upload_image
Is this .in domain your website, or is this pointing to a remote script being loaded on your site? I’m asking because this is pointing to a Joomla installation, not a WordPress site.