File tree 6 files changed +33
-2
lines changed
6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 11
11
| Trivial (1 / flag) | [ A little something to get you started] [ 2 ] | Web | 1 / 1 |
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
- | Moderate (5 / flag) | [ Cody's First Blog] [ 8 ] | Web | 1 / 3 |
14
+ | Moderate (5 / flag) | [ Cody's First Blog] [ 8 ] | Web | 2 / 3 |
15
15
| Easy (4 / flag) | [ Postbook] [ 6 ] | Web | 7 / 7 |
16
16
| Easy (3 / flag) | [ Petshop Pro] [ 7 ] | Web | 3 / 3 |
17
17
| Moderate (5 / flag) | [ TempImage] [ 4 ] | Web | 2 / 2 |
Original file line number Diff line number Diff line change 6
6
- Figuring out what platform this is running on may give you some ideas
7
7
- Code injection usually doesn't work
8
8
9
- ## [ Flag1] ( ./flag1 ) -- Not Found
9
+ ## [ Flag1] ( ./flag1 ) -- Found
10
+
11
+ - Make sure you check everything you're provided
12
+ - Unused code can often lead to information you wouldn't otherwise get
13
+ - Simple guessing might help you out
10
14
11
15
## [ Flag2] ( ./flag2 ) -- Not Found
Original file line number Diff line number Diff line change
1
+ # Cody's First Blog - FLAG1
2
+
3
+ ## 0x00 Home
4
+
5
+ ![ ] ( ..flag0/imgs/home.jpg )
6
+
7
+ ## 0x01 Check the Source
8
+
9
+ Press ** F12** to check the source.
10
+
11
+ ![ ] ( ./imgs/source.jpg )
12
+
13
+ An admin login address shows up.
14
+
15
+ ## 0x02 Visit Admin Page
16
+
17
+ http://127.0.0.1/xxxxxxxxxx/?page=admin.auth.inc
18
+
19
+ ![ ] ( ./imgs/admin.jpg )
20
+
21
+ ## 0x03 FLAG
22
+
23
+ Try remove ** auth** from the url.
24
+
25
+ http://127.0.0.1/xxxxxxxxxx/?page=admin.inc
26
+
27
+ ![ ] ( ./imgs/flag.jpg )
You can’t perform that action at this time.
0 commit comments