-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (77 loc) · 2.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<title>CSCG 2024 | Cyber Security Challenge Germany 2024 Qualifiers</title>
<meta charset="utf-8"/>
<meta name="keywords" content="CSCG, cyber security challenge germany">
<meta name="description" content="Cyber Security Challenge Germany 2024 Qualifiers">
<meta name="author" content="NFITS e.V." />
<meta property="og:type" content="website">
<meta property="og:url" content="https://cscg.live/">
<meta property="og:title" content="CSCG 2024 | Cyber Security Challenge Germany 2024 Qualifiers">
<meta property="og:description" content="Cyber Security Challenge Germany 2024 Qualifiers">
<meta property="og:image" content="https://cscg.live/cscg.png">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link href="https://cdn.jsdelivr.net/npm/@patternfly/[email protected]/patternfly.min.css"
rel="stylesheet">
<style>
.pf-c-content {
padding: 20px 15px 60px;
max-width: 900px;
margin: auto;
}
.cscg-logo {
display: block;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
padding-right: auto;
max-width: 200px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
</head>
<body>
<div class="pf-c-content">
<img src="cscg.png" alt="CSCG logo" class="cscg-logo"/>
<h1 class="pf-c-title pf-m-3xl">Cyber Security Challenge Germany 2024 Qualifiers</h1>
<p>
<a href="https://www.nfits.de" target="_blank">NFITS e.V.</a> is looking forward to host this year's CSCG</a>.
</p>
<h3>When?</h3>
<p>
<b>Begin</b>: Fri, 01 Mar 2024 18:00 Central European Time
<br/>
<b>End</b>: Wed, 01 May 2024 18:00 Central European Summer Time
</p>
<h3>Where?</h3>
<p>
The CTF is open to everyone and can be played online. However, there will be participant categories which target German students and young professionals.
A Discord account will be required to sign into the event.
</p>
<p>
From soon on you can reach our CTF platform under the following link: <a href=https://play.cscg.live/>play.cscg.live</a>
</p>
<br/>
<p>
Communication to other participants and the organizers takes place via discord:<br/>
<a href="https://discord.gg/4ZzEUHpdJv" rel="noopener noreferrer">Enter discord</a>
</p>
<h3>What?</h3>
<p>
The CSCG provides challenges in the field of IT security, like reverse engineering, binary exploitation, cryptography, web security and misc.
Both beginners and experienced <a href="https://www.youtube.com/watch?v=8ev9ZX9J45A" rel="noopener noreferrer">CTF</a> players will find challenging tasks in varying difficulty levels.
</p>
<p>
<a href="https://www.cscg.de/datenschutz/" rel="noopener noreferrer">Privacy policy (in German)</a><br/>
<a href="https://www.cscg.de/impressum/" rel="noopener noreferrer">Legal Notice (in German)</a>
</p>
</div>
</body>
</html>