Skip to content

Commit 559b544

Browse files
committed
codys blog flag1
1 parent d672b8b commit 559b544

File tree

6 files changed

+33
-2
lines changed

6 files changed

+33
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| Trivial (1 / flag) | [A little something to get you started][2] | Web | 1 / 1 |
1212
| Easy (2 / flag) | [Micro-CMS v1][3] | Web | 4 / 4 |
1313
| 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 |
1515
| Easy (4 / flag) | [Postbook][6] | Web | 7 / 7 |
1616
| Easy (3 / flag) | [Petshop Pro][7] | Web | 3 / 3 |
1717
| Moderate (5 / flag) | [TempImage][4] | Web | 2 / 2 |

codys_first_blog/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
- Figuring out what platform this is running on may give you some ideas
77
- Code injection usually doesn't work
88

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
1014

1115
## [Flag2](./flag2) -- Not Found

codys_first_blog/flag1/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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)

codys_first_blog/flag1/imgs/admin.jpg

12 KB
Loading

codys_first_blog/flag1/imgs/flag.jpg

30 KB
Loading
18 KB
Loading

0 commit comments

Comments
 (0)