diff --git a/src/index.php b/src/index.php index 0ee60cf..b9efa0f 100644 --- a/src/index.php +++ b/src/index.php @@ -3,7 +3,7 @@ if(isset($_GET['jiangsir'])){ $code=$_GET['jiangsir']; if (!preg_match('/sys|pas|read|file|ls|cat|tac|head|tail|more|less|php|base|echo|cp|\$|\*|\+|\^|scan|\.|local|next|all|hex2bin|im|shell/i',$code)){ echo '如果你这么做jiangsir会告诉你不可以!!';echo '
'; - eval($jiangsir); + eval($code); } else{ die("额你在幻想些什么??");