basename 함수에 [\x80-\xff] 값이 들어가게 되면 그 값은 무시된다.
<?php
echo basename("/dir/test"); # return test
echo basename("/dir/\xff"); # return dir
?>
PHP strip_tags trick (Version 5.3.4 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0) (0) | 2020.03.09 |
---|---|
PHP open_basedir bypass (0) | 2020.02.16 |
PHP Array Trick (0) | 2020.02.12 |
HTTP HEAD method trick in PHP 5.3.5 (0) | 2020.02.12 |
PHP system command functions (0) | 2019.09.24 |