摘要: <?php highlight_file(__FILE__); error_reporting(0); $file = "1nD3x.php"; $shana = $_GET['shana']; $passwd = $_GET['passwd']; $arg = ''; $code = ''; ec 阅读全文
posted @ 2022-07-16 22:46 Galio 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 先用dirsearch扫描,发现有git泄露,然后用GitHack扫描,得到不全的代码,使用git log --all,找到最老版本,然后git reset 版本号,代码就补全了。 源码如下: <?php include "mysql.php"; session_start(); if($_SESS 阅读全文
posted @ 2022-07-16 14:26 Galio 阅读(93) 评论(0) 推荐(0) 编辑