File tree Expand file tree Collapse file tree 4 files changed +54
-7
lines changed Expand file tree Collapse file tree 4 files changed +54
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ TeamSteamStream/TeamSteamStream.github.io
20
20
1 . Get access to the TeamSteamStream organization.
21
21
Make sure you have a public key associated with your account.
22
22
2 . Clone down the repository
23
- 3 . The webpage depends on an external theme, download it by running ` git submodule update ` in the root of the directory
23
+ 3 . The webpage depends on an external theme, download it by running ` git submodule init ` and ` git submodule update` in the root of the directory
24
24
3 . Make sure you have Hugo installed.
25
25
The version in the normal apt repositoro is not updated, but recent packages
26
26
can be found here: https://github.com/gohugoio/hugo/releases
@@ -30,4 +30,18 @@ This will start a local webserver that you can access to watch how changes look
30
30
31
31
# Creating content
32
32
33
- TODO
33
+ Create a new markdown file in the correct subfolder of the ` contents ` directory.
34
+ As of now, there are three categories:
35
+
36
+ news
37
+ : for general news items
38
+
39
+ notes
40
+ : meeting notes, for technical reference
41
+
42
+ writeups
43
+ : solutions from CTF competitions
44
+
45
+ # Pushing content online
46
+
47
+ TODO
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ theme = "mainroad"
5
5
6
6
[Author ] # Used in authorbox
7
7
name = " Lars Haulin"
8
- bio = " Lars is an UU alumn, working as an IT-security specialist in Uppsala. He has been playing CTFs for over 10 year with the top ranked swedish team HackingForSoju."
8
+ bio = " Lars is an UU alumn, working as an IT-security specialist in Uppsala. He has been playing CTFs for over 10 years with the top ranked Swedish team HackingForSoju."
9
9
# avatar = "img/avatar.png"
10
10
11
11
[Params ]
Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ date: 2020-01-20
5
5
---
6
6
7
7
Team stream stream is a CTF team at Uppsala university.
8
- CTF competitions are described here: < https://ctftime.org/ctf-wtf/ >
9
8
10
- We usually meet monday evenings at Ångström to learn new concepts and solve problems together.
11
- Sometimes we also participate in CTF competitions.
12
- If you are intrested to know more and/or join our slack group, contact <lars.haulin@gmail.com >.
9
+ Capture the Flag (CTF) competitions are IT-security competitions
10
+ where the competitors face problems related to web security, cryptography,
11
+ reverse engineering and binary exploitation. The best defense against
12
+ the Dark Arts is to know how they work! Read more [ here] ( https://ctftime.org/ctf-wtf/ ) .
13
+
14
+ The team members usually meet monday evenings ~~ at Ångström to learn new concepts and solve problems together.~~
15
+ ** Due to the COVID-19 situation, we have virtual online meetings every monday at 18:30.**
16
+ We often participate in CTF competitions.
17
+ If you are intrested to know more and/or join, contact <lars.haulin@gmail.com >.
13
18
14
19
This webpage is sometimes (when someone in the team feels ambitious)
15
20
updated with posts about what we have gone through on our meetings.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 2020 so far
3
+ date : 2020-11-02
4
+ author : Lars Haulin
5
+ categories : [news]
6
+ ---
7
+
8
+ The COVID situation has stopped us from having the regular face to face meetings,
9
+ but we still have weekly meetings online.
10
+
11
+ <!-- more-->
12
+
13
+ First we started out with meetings using [ Jitsi] ( https://meet.jit.si ) ,
14
+ but we have now moved on to Discord.
15
+ The Discord channel has mostly replaced the old Slack channel.
16
+
17
+ ## CTF participation during 2020
18
+
19
+ During 2020 we have so far participated in about 30 CTFs,
20
+ and regularly placed in the top 100's on the
21
+ [ scoreboard at CTFtime] ( https://ctftime.org/team/109722 ) .
22
+
23
+ Among the biggest events during the year was when
24
+ we teamed up with eight other nordic teams to compete
25
+ in the DefCon CTF finals as team [ Norsecode] ( https://norsecode.team/ ) .
26
+ A few of us went to Stockholm to compete together in our first attack-defense CTF.
27
+
28
+ ![ defcon venue] ( https://pbs.twimg.com/media/Ee8UPQmWkAA-q1b?format=jpg&name=large )
You can’t perform that action at this time.
0 commit comments