File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # Hong Kong Cyber Security New Generation Capture the Flag Challenge 2020
1
+ # HKCERT CTF 2020
2
2
3
3
## Folder structure
4
4
13
13
│ └── image2/
14
14
│ ├── Dockerfile
15
15
│ └── ...
16
- ├── src/ whatever files that is used as auxiliary to the challenge, in whatever use.
17
- │ this includes but not limited to the source code for the binary, the solution
18
- │ script (or writeup) that is considered to solve the challenge
16
+ ├── src/ whatever files that is used as auxiliary to the challenge, in whatever
17
+ │ use. this includes but not limited to the source code for the binary,
18
+ │ the solution script (or writeup) that is considered to solve the
19
+ │ challenge.
19
20
├── writeups/
20
21
│ ├── team1/
21
- │ │ └── README.md the writeup and any auxiliary script that you used to solve a challenge - one
22
- │ └── team2/ folder per team.
22
+ │ │ └── README.md the writeup and any auxiliary script that you used to solve a
23
+ │ └── team2/ challenge - one folder per team.
23
24
│ ├── README.md
24
25
│ └── solve.py
25
- └── README.md the README file that contains a brief summary (title, description, category,
26
- author and flag) of the challenge
26
+ └── README.md the README file that contains a brief summary (title, description,
27
+ category, author and flag) of the challenge
27
28
```
You can’t perform that action at this time.
0 commit comments