Skip to content

Commit 24d1a79

Browse files
committed
flag 1-3
1 parent a887703 commit 24d1a79

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

Diff for: micro-cms_v1/flag2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## 0x02 Edit Page 1
1212

13-
```javascript
13+
```html
1414
<script>alert`xss`</script>
1515
```
1616

Diff for: micro-cms_v1/flag3/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Micro-CMS v1 - FLAG3
2+
3+
## 0x00 Index
4+
5+
![](../flag0/imgs/index.jpg)
6+
7+
## 0x01 Page 2
8+
9+
![](../flag0/imgs/2.jpg)
10+
11+
## 0x02 Edit Page 2
12+
13+
```html
14+
<button onclick=alert(1)>Some button</button>
15+
```
16+
17+
![](./imgs/edit.jpg)
18+
19+
Save and nothing happened.
20+
21+
## 0x03 FLAG
22+
23+
But the button may trigger an js event.
24+
25+
Go check the html and get the FLAG.
26+
27+
![](./imgs/flag.jpg)

Diff for: micro-cms_v1/flag3/imgs/edit.jpg

32.3 KB
Loading

Diff for: micro-cms_v1/flag3/imgs/flag.jpg

60.6 KB
Loading

0 commit comments

Comments
 (0)