Skip to content

Commit d672b8b

Browse files
committed
codys first blog flag0
1 parent 3d9486d commit d672b8b

File tree

7 files changed

+37
-1
lines changed

7 files changed

+37
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +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 |
1415
| Easy (4 / flag) | [Postbook][6] | Web | 7 / 7 |
1516
| Easy (3 / flag) | [Petshop Pro][7] | Web | 3 / 3 |
1617
| Moderate (5 / flag) | [TempImage][4] | Web | 2 / 2 |
@@ -21,4 +22,5 @@
2122
[4]: ./tempimage
2223
[5]: ./micro-cms_v2
2324
[6]: ./postbook
24-
[7]: ./petshop_pro
25+
[7]: ./petshop_pro
26+
[8]: ./codys_first_blog

codys_first_blog/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Cody's First Blog
2+
3+
## [Flag0](./flag0) -- Found
4+
5+
- What was the first input you saw?
6+
- Figuring out what platform this is running on may give you some ideas
7+
- Code injection usually doesn't work
8+
9+
## [Flag1](./flag1) -- Not Found
10+
11+
## [Flag2](./flag2) -- Not Found

codys_first_blog/flag0/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Cody's First Blog - FLAG0
2+
3+
## 0x00 Home
4+
5+
![](./imgs/home.jpg)
6+
7+
## 0x01 Try with Comment
8+
9+
Tried XSS, not working.
10+
11+
![](./imgs/submit.jpg)
12+
13+
As the blog is PHP, try inject with PHP.
14+
15+
``` php
16+
<?php phpinfo()?>
17+
```
18+
19+
![](./imgs/comment.jpg)
20+
21+
## 0x03 FLAG
22+
23+
![](./imgs/flag.jpg)
6.72 KB
Loading

codys_first_blog/flag0/imgs/flag.jpg

8.19 KB
Loading

codys_first_blog/flag0/imgs/home.jpg

46.5 KB
Loading
5.05 KB
Loading

0 commit comments

Comments
 (0)