Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
php-bypass-disable-functions — Linux上でPHPのdisable_functionsセキュリティ制御をバイパスする方法のデモプロジェクト | Kitploit
ツール/GitHubGitHub/irsl/php-bypass-disable-functions
特権昇格エクスプロイトウェブアプリケーション悪用ポストエクスプロイトレッドチーミングバイナリエクスプロイト
GitHubirsl/php-bypass-disable-functions

php-bypass-disable-functions

Linux上でPHPのdisable_functionsセキュリティ制御をバイパスする方法のデモプロジェクト

リポジトリを見る
2767年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

php-bypass-disable-functions

Linux 上の PHP の disable_functions セキュリティ制御をバイパスする方法を示すデモプロジェクトです。プロセスは特別な /proc/self/map ファイルを標準のファイル操作(open/seek/read/write)で検査し、さらには自身のメモリを書き込むこともできます。

テスト済み: 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)

ツールをダウンロード