摘要: 先是shell脚本 <?php @error_reporting(0); session_start(); if (isset($_GET['pass'])) { $key=substr(md5(uniqid(rand())),16); $_SESSION['k']=$key; print $key 阅读全文
posted @ 2020-06-24 13:19 B216三个👎👎 阅读(409) 评论(0) 推荐(0)