1111 Target Server Version : 80200 (8.2.0)
1212 File Encoding : 65001
1313
14- Date: 26/08 /2024 19:15:41
14+ Date: 10/11 /2024 13:17:18
1515*/
1616
1717SET NAMES utf8mb4;
@@ -63,32 +63,13 @@ CREATE TABLE `sqli` (
6363 ` username` varchar (255 ) COLLATE utf8mb4_general_ci NOT NULL COMMENT ' 用户名' ,
6464 ` password` varchar (255 ) COLLATE utf8mb4_general_ci NOT NULL COMMENT ' 密码' ,
6565 PRIMARY KEY (` id` ) USING BTREE
66- ) ENGINE= InnoDB AUTO_INCREMENT= 730 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
66+ ) ENGINE= InnoDB AUTO_INCREMENT= 2 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
6767
6868-- ----------------------------
6969-- Records of sqli
7070-- ----------------------------
7171BEGIN ;
72- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (706 , ' 321' , ' qwe' );
73- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (707 , ' 2' , ' 1' );
74- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (708 , ' 1' , ' 21' );
75- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (713 , ' 1' , ' 1' );
76- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (714 , ' qwe' , ' qwe' );
77- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (715 , ' 1' , ' 1\' AND GTID_SUBSET(CONCAT(0x71706a7a71,(SELECT (ELT(7170=7170,1))),0x7171717071),7170) AND \' 1\' =\' 1' );
78- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (716 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
79- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (717 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
80- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (718 , ' 1' , ' 1' );
81- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (719 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
82- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (720 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
83- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (721 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
84- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (722 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
85- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (723 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
86- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (724 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
87- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (725 , ' test' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
88- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (726 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
89- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (727 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
90- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (728 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
91- INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (729 , ' 1' , ' 1\' and updatexml(1,concat(0x7e,(SELECT user()),0x7e),1) AND \' 1\' =\' 1' );
72+ INSERT INTO ` sqli` (` id` , ` username` , ` password` ) VALUES (1 , ' test' , ' test' );
9273COMMIT ;
9374
9475-- ----------------------------
@@ -105,9 +86,9 @@ CREATE TABLE `user` (
10586-- Records of user
10687-- ----------------------------
10788BEGIN ;
108- INSERT INTO ` user` (` username` , ` password` ) VALUES (' 1' , ' 1' );
10989INSERT INTO ` user` (` username` , ` password` ) VALUES (' 123' , ' 123' );
11090INSERT INTO ` user` (` username` , ` password` ) VALUES (' admin' , ' admin' );
91+ INSERT INTO ` user` (` username` , ` password` ) VALUES (' test' , ' test' );
11192COMMIT ;
11293
11394-- ----------------------------
@@ -120,7 +101,7 @@ CREATE TABLE `xss` (
120101 ` ua` varchar (255 ) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT ' User-Agent' ,
121102 ` date` varchar (255 ) COLLATE utf8mb4_general_ci NOT NULL COMMENT ' 插入时间' ,
122103 PRIMARY KEY (` id` )
123- ) ENGINE= InnoDB AUTO_INCREMENT= 74 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
104+ ) ENGINE= InnoDB AUTO_INCREMENT= 82 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
124105
125106-- ----------------------------
126107-- Records of xss
0 commit comments