ThinkPHP 5隐藏public/index.php方法
Posted hooks
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ThinkPHP 5隐藏public/index.php方法相关的知识,希望对你有一定的参考价值。
1、复制public下的index.php与.htaccess文件至根目录;
2、直接修改index.php,将内容修改为:<?php require \'public/index.php\'; ?>
3、访问(你的域名)yourdomain即可成功;
以上是关于ThinkPHP 5隐藏public/index.php方法的主要内容,如果未能解决你的问题,请参考以下文章
漏洞复现ThinkPHP5 5.x 远程命令执行(getshell)