ty9919 发表于 2017-3-24 09:31:29

破解php一句话

一句话这东西在好多人手里几乎成了神器,给你一个简单的办法,碾碎他们的神器吧。

PHP.ini 中有disable_functions选项,

disable_functions = phpinfo,eval

使用已禁用的函数
phpinfo();
显示结果
Warning: phpinfo() has been disabled for security reasons
页: [1]
查看完整版本: 破解php一句话