摘要:
访问网站的robots.txt,看看有没有线索 找到了user.php的源码,直接访问这个备份文件。下载完成直接打开用就好,记事本就可以打开.bak文件 <?php class UserInfo { public $name = ""; public $age = 0; public $blog = 阅读全文
摘要:
打开页面是一个登录界面,直接用admin’ or 1#试试深浅 回显为: 这里我们分析一下这个报错,near后跟的单引号中的内容为1#' and password='a',那么说明sql语句就是从这里开始语法不正确的,模拟一下正常的sql应该是select * from table where us 阅读全文