File tree 5 files changed +23
-2
lines changed
5 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 12
12
| Easy (2 / flag) | [ Micro-CMS v1] [ 3 ] | Web | 4 / 4 |
13
13
| Moderate (3 / flag) | [ Micro-CMS v2] [ 5 ] | Web | 3 / 3 |
14
14
| Easy (4 / flag) | [ Postbook] [ 6 ] | Web | 7 / 7 |
15
- | Easy (3 / flag) | [ Petshop Pro] [ 7 ] | Web | 1 / 3 |
15
+ | Easy (3 / flag) | [ Petshop Pro] [ 7 ] | Web | 3 / 3 |
16
16
| Moderate (5 / flag) | [ TempImage] [ 4 ] | Web | 2 / 2 |
17
17
18
18
[ 1 ] : https://ctf.hacker101.com/ctf
Original file line number Diff line number Diff line change 11
11
- Tools may help you find the entrypoint
12
12
- Tools are also great for finding credentials
13
13
14
- ## [ Flag2] ( ./flag2 ) -- Not Found
14
+ ## [ Flag2] ( ./flag2 ) -- Found
15
15
16
16
- Always test every input
17
17
- Bugs don't always appear in a place where the data is entered
Original file line number Diff line number Diff line change
1
+ # Petshop Pro - FLAG2
2
+
3
+ ## 0x00 Admin Index
4
+
5
+ ![ ] ( ../flag1/imgs/flag.jpg )
6
+
7
+ ## 0x01 Edit Page
8
+
9
+ Insert with XSS code for all possible inputs.
10
+
11
+ ``` js
12
+ < img src= x onerror= alert (1 )>
13
+ ```
14
+
15
+ ![ ] ( ./imgs/edit.jpg )
16
+
17
+ ## 0x02 FLAG
18
+
19
+ Add them into cart and go check the shopping cart.
20
+
21
+ ![ ] ( ./imgs/flag.jpg )
You can’t perform that action at this time.
0 commit comments