-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout_us.html
420 lines (358 loc) · 17.9 KB
/
about_us.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<!-- title will be injected from _config.yml -->
<!-- Stylesheets -->
<link rel="stylesheet" href="/assets/css/bootstrap.css">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/responsive.css">
<link rel="stylesheet" href="/assets/css/import_custom.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]--><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>LetzPwn - Luxembourgish CTF Team</title>
<meta name="generator" content="Jekyll v4.3.4" />
<meta property="og:title" content="LetzPwn - Luxembourgish CTF Team" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="/about_us.html" />
<meta property="og:url" content="/about_us.html" />
<meta property="og:site_name" content="LetzPwn - Luxembourgish CTF Team" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="LetzPwn - Luxembourgish CTF Team" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","headline":"LetzPwn - Luxembourgish CTF Team","url":"/about_us.html"}</script>
<!-- End Jekyll SEO tag -->
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="LetzPwn - Luxembourgish CTF Team" /></head><body>
<div class="page-wrapper"><!-- Main Header -->
<header class="main-header">
<!-- Header Top -->
<div class="header-top">
<div class="auto-container clearfix">
<div class="top-left clearfix">
<ul class="info-list">
<li>The first Luxembourgish CTF Team</li>
</ul>
</div>
<div class="top-right">
<ul class="social-icons">
<li><a href="https://twitter.com/LetzPwn"><span class="fab fa-twitter"></span></a></li>
<li><a href="https://discord.gg/Qjt5zUc"><span class="fab fa-discord"></span></a></li>
</ul>
</div>
</div>
</div>
<!-- Header Upper -->
<div class="header-upper">
<div class="inner-container">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo-outer">
<div class="logo"><a href="/"><img src="/assets/images/logo.png" alt=""
title="Gamon - Digital Gaming and Esports HTML Template" style="max-width: 260px;"></a></div>
</div>
<!--Nav Box-->
<div class="nav-outer clearfix">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu-1"></span></div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md navbar-light">
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix pull-left">
<li class=""><a href="/">Home</a>
</li>
<li class="current"><a href="/about_us.html">About Us</a>
</li>
<li class=""><a href="/events.html">News & CTFs</a>
</li>
</ul>
<ul class="navigation clearfix pull-right">
<li class=""><a href="/sponsors.html">Sponsors</a> </li>
<li class=""><a href="/writeups.html">Writeups</a> </li>
<li class=""><a href="/contact.html">Contact</a> </li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!-- Sticky Header -->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="/" title=""><img src="/assets/images/logo.png" style="max-width:100px;" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="pull-right">
<!-- Main Menu -->
<nav class="main-menu clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</nav><!-- Main Menu End-->
</div>
</div>
</div><!-- End Sticky Menu -->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon flaticon-close"></span></div>
<nav class="menu-box">
<div class="nav-logo"><a href="/"><img src="/assets/images/logo.png" alt="" title=""></a></div>
<div class="menu-outer">
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
<!--Social Links--
<div class="social-links">
<ul class="clearfix">
<li><a href="#"><span class="fab fa-twitter"></span></a></li>
<li><a href="#"><span class="fab fa-facebook-square"></span></a></li>
<li><a href="#"><span class="fab fa-pinterest-p"></span></a></li>
<li><a href="#"><span class="fab fa-instagram"></span></a></li>
<li><a href="#"><span class="fab fa-youtube"></span></a></li>
</ul>
</div>-->
</nav>
</div><!-- End Mobile Menu -->
</header>
<section class="page-banner" style="background-image:linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
),url(/assets/images/background/about_us-bg.jpg);">
<div class="auto-container">
<div class="inner-container clearfix">
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>About Us</li>
</ul>
<h1>About Us</h1>
</div>
</div>
</section>
<!--End Page Title-->
<!-- News Section -->
<section class="about-section" style="padding-bottom: 0px;">
<div class="auto-container">
<div class="lower-content">
<div class="row clearfix">
<!-- Column -->
<div class="column col-lg-4 col-md-12 col-sm-12">
<h3 style="text-transform: none;">LetzPwn</h3> <h4> The first luxembourgish CTF Team</h4>
</div>
<!-- Column -->
<div class="column col-lg-4 col-md-12 col-sm-12">
<p>Cybersecurity is very important in the modern Internet age. As the industry grows, more and more people are needed in the field. Although cybersecurity is taught at some universities, the studies often lack practical exercises. One way to proof ones practical skills is by participating in Capture The Flag competitions. These are online or on-site competitions around the globe in which teams compete by solving cybersecurity challenges.</p>
</div>
<!-- Column -->
<div class="column col-lg-4 col-md-12 col-sm-12">
<p>The LetzPwn Team is currently the only Luxembourgish team, that is regularly participating in CTFs.
Other european countries have cultivated a clutch of CTF teams (Germany: 92 teams, France: 123 teams, ...).
Luxembourg is one step behind various other European countries with respect to cybersecurity culture and awareness.
We find it important to pioneer a Luxembourgish community, with the motivation to spread awareness and to enhance our theoretical and practical cybersecurity skills.</p>
</div>
</div>
</div>
</div>
</section>
<section class="player-info-section" style="padding-top: 40px; padding-bottom: 0px;">
<div class="auto-container">
<div class="row clearfix">
<!--Text Column-->
<div class="text-column col-lg-6 col-md-6 col-sm-12">
<div class="inner wow fadeInRight">
<div class="title-box">
<div class="user-title">Origin</div>
<div class="user-info">How the adventure started</div>
</div>
<div class="text">The core group consists of 10 members, most of them are still studying, with the exception of a couple of the members who are already working. This group was brought together by SMILE, to represent Luxembourg in the European Cyber Security Challenge (ECSC) 2019 in Bucharest. Since our exciting journey, we want to reach more enthisiastic people and grow our team.</div>
</div>
</div>
<!--Image Column-->
<div class="image-column col-lg-6 col-md-6 col-sm-12">
<div class="inner wow fadeInLeft">
<figure class="image"><img src="/assets/images/main-slider/6.jpg" alt=""></figure>
</div>
</div>
</div>
</div>
</section>
<!-- Faqs Section -->
<section class="faq-section" style="padding-top: 40px;">
<div class="auto-container">
<div class="sec-title centered">
<h2>Our goals</h2>
</div>
<div class="inner-container clearfix">
<!-- Column -->
<div class="column col-lg-6 col-md-12 col-sm-12">
<!-- Question Block -->
<div class="question-block-two">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-growth"></span>
</div>
<h3><a href="#">Spread awareness about CTF’s and recruit new members</a></h3>
<div class="text">The CTF community is still very small in Luxembourg. It is important to continuously spread awareness and recruit new members to stand a chance in global competitions and represent Luxembourg in the best possible way. We will try our best to find ways to contact and integrate new members: on social media, asking friends, at events, ...</div>
</div>
</div>
<!-- Question Block -->
<div class="question-block-two">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-question"></span>
</div>
<h3><a href="#">Help and Train members in Cybersecurity & CTF challenges</a></h3>
<div class="text">On the discord channel, members will find resources and guides from other members on how to get started. They’ll be able to ask questions to the other members if they’re stuck or need some guidance on how to proceed. The aim is to participate in online CTFs as much as possible (currently doing about 2 to 3 per month on weekends) so that the newbies can try to apply the knowledge they’ve acquired in a safe and judgement-free environment, with the bonus of moving the team forward if they manage to solve something. During online CTFs the team is collaborating in the discord server.</div>
<a href="https://discord.gg/Qjt5zUc" class="theme-btn btn-style-one"><span class="btn-title">Join Discord</span></a>
</div>
</div>
</div>
<!-- Column -->
<div class="column col-lg-6 col-md-12 col-sm-12">
<!-- Question Block Two -->
<div class="question-block-two alternate">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-plan"></span>
</div>
<h3><a href="#">Participate in CTFs</a></h3>
<div class="text">One of the main purposes of the community is to participate in CTFs.
Our end goal is to strengthen the team's pratical hacking skills and the being able to represent Luxembourg as a real competitor in relevant CTF events.</div>
</div>
</div>
<!-- Question Block -->
<div class="question-block-two alternate">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-calendar"></span>
</div>
<h3><a href="#">Meetups and Workshops</a></h3>
<div class="text">Additionally to online CTF events, we’d like to organize meetups throughout the year to compete in CTFs while working together in a physical space.
Furthermore, depending on which resources we have at our disposition, we’d love to organize workshops with experts to further develop our knowledge.
</div>
</div>
</div>
<!-- Question Block -->
<div class="question-block-two alternate">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-award"></span>
</div>
<h3><a href="#">European Cyber Security Challenge (ECSC)</a></h3>
<div class="text">
The ECSC is a CTF, where European courtries are competing against each other. Thus every participating country puts together a team of maximum 10 members (5 juniors, 5 seniors).
2019 was the first participating year for Luxembourg.
In 2020, we want to assemble another team.
If you are between 15 and 25 years old and are a Luxembourgish resident, this might be of interest for you.
The first step to participate in the ECSC is to contact us as soon as possible, and we will happily provide you with further details.
Usually, the ECSC takes place in autumn, however the qualification often starts 6-9 months prior.
The results of the Luxembourg Cyber Security Challenge determines the team selection for the ECSC.
Thereafter, workshops/tutoring sessions with experts from SMILE are organized to prepare the team for the ECSC.
If you missed the qualification, there might be a small change that you can still participate, so feel free to contact us :)
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Main Footer -->
<footer class="main-footer">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="/index.html"><img src="/assets/images/logo.png" alt="" /></a>
</div>
<div class="text"></div>
</div>
</div>
<!--Column-->
<div class="column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<div class="widget-content">
<div class="footer-title">
<h2>Links</h2>
</div>
<div class="row clearfix">
<div class="column col-lg-6 col-md-6 col-sm-12">
<ul class="list">
<li><a href="/about_us.html">About</a></li>
<li><a href="/members.html">Our Team</a></li>
<li><a href="/events.html">News and CTFs</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
<div class="column col-lg-6 col-md-6 col-sm-12">
<ul class="list">
<li><a href="/contact.html">Help & Support</a></li>
<li><a href="/privacy_policy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Column <div class="column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget newsletter-widget">
<div class="footer-title">
<h2>Newsletter</h2>
</div>
<div class="text">Subsrcibe us now to get the latest news and updates</div>
<div class="newsletter-form">
<form method="post" action="contact.html">
<div class="form-group clearfix">
<input type="email" name="email" value="" placeholder="Email address" required>
<button type="submit" class="theme-btn newsletter-btn"><span class="fas fa-envelope"></span></button>
</div>
</form>
</div>
</div>
</div>
-->
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="auto-container">
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="flaticon-up-arrow"></span></div>
<!--Scroll to top-->
<div class="row clearfix">
<!-- Column -->
<div class="column col-lg-6 col-md-12 col-sm-12">
<div class="copyright">© Copyrights, 2019 All Rights Reserved</div>
</div>
<!-- Column -->
<div class="column col-lg-6 col-md-12 col-sm-12">
<ul class="social-icons">
<li><a href="https://twitter.com/letzpwn"><span class="fab fa-twitter"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/popper.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/jquery-ui.js"></script>
<script src="/assets/js/jquery.fancybox.js"></script>
<script src="/assets/js/owl.js"></script>
<script src="/assets/js/appear.js"></script>
<script src="/assets/js/wow.js"></script>
<script src="/assets/js/scrollbar.js"></script>
<script src="/assets/js/script.js"></script></body>
</html>