├── .idea ├── dictionaries │ └── l3m0n.xml └── vcs.xml ├── README.md ├── exp ├── LD_PRELOAD │ ├── exp.php │ └── hack.c ├── apache_mod_cgi │ └── exp.php ├── dl │ └── exp.php ├── exim │ └── exp.php ├── imagick │ └── exp.php ├── imap_open │ └── exp.php ├── mail │ └── exp.php ├── pcntl_exec │ └── exp.php └── so │ ├── php_so.c │ └── system_so.c ├── paper └── readme.old.md └── shell.php /.idea/dictionaries/l3m0n.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/.idea/dictionaries/l3m0n.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/README.md -------------------------------------------------------------------------------- /exp/LD_PRELOAD/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/LD_PRELOAD/exp.php -------------------------------------------------------------------------------- /exp/LD_PRELOAD/hack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/LD_PRELOAD/hack.c -------------------------------------------------------------------------------- /exp/apache_mod_cgi/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/apache_mod_cgi/exp.php -------------------------------------------------------------------------------- /exp/dl/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/dl/exp.php -------------------------------------------------------------------------------- /exp/exim/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/exim/exp.php -------------------------------------------------------------------------------- /exp/imagick/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/imagick/exp.php -------------------------------------------------------------------------------- /exp/imap_open/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/imap_open/exp.php -------------------------------------------------------------------------------- /exp/mail/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/mail/exp.php -------------------------------------------------------------------------------- /exp/pcntl_exec/exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/exp/pcntl_exec/exp.php -------------------------------------------------------------------------------- /exp/so/php_so.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /exp/so/system_so.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /paper/readme.old.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/paper/readme.old.md -------------------------------------------------------------------------------- /shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l3m0n/Bypass_Disable_functions_Shell/HEAD/shell.php --------------------------------------------------------------------------------