-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
591 lines (565 loc) · 20.3 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
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
---
title: ZenHack Team
layout: default
menu: home
---
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-12 col-lg-10 text-center">
<img class="w-50 h-auto" src="images/zenhack.svg" />
</div>
</div>
<!-- ZenHack -->
<div class="row justify-content-center mt-5">
<div class="col-12 col-lg-10 border-bottom border-zx1">
<h3 class="text-zx1 text-center text-lg-left">
<i class="fas fa-users"></i> About ZenHack
</h3>
</div>
</div>
<div class="row justify-content-center mt-3">
<div class="col-12 col-lg-10">
<p>
<a href="https://ctftime.org/team/37768">ZenHack</a> is a Zena-based CTF
& cybersecurity Team founded in 2017 by a group of students and
researchers interested in cybersecurity.
</p>
<p>
The team is located in
<a href="https://en.wikipedia.org/wiki/Genoa">Genoa</a> (Genova in
Italian), Italy, and is hosted by the Department of Informatics,
Bioengineering, Robotics and Systems Engineering (<a
href="https://www.dibris.unige.it/"
>DIBRIS</a
>) of the <a href="https://unige.it/it/">University of Genoa</a>.
</p>
<p>
Our name comes from
<a href="https://lij.wikipedia.org/wiki/Zena">Zêna</a>, the dialectial
name of Genoa, and our logo is inspired by the colors of the
<a href="https://en.wikipedia.org/wiki/ZX_Spectrum">ZX Spectrum</a>.
</p>
<p>
Our goal is to foster the development of technical and practical skills
in cybersecurity and to spread our knowledge inside and outside the
team. To achieve this goal we participate as a Team in CTFs, we take
part in conferences and we organize annual seminar cycles for university
students. For such training activities on ethical hacking we coined the
name <a href="#">ZenHackAdemy</a>.
</p>
<p>
As ZenHack we also organize the local lessons and laboratories for
<a href="https://cyberchallenge.it/">CyberChallenge.IT</a>: the national
training program in cybersecurity for highschool and university
students.
</p>
<p>
If you want to get in touch with us you can write us an email at
<a href="mailto:[email protected]">[email protected]</a> or through one
of our social networks below.
</p>
<p>
The faculty point of contact is
<a href="http://www.dibris.unige.it/armando-alessandro"
>Alessandro Armando</a
>
(<a href="http://csec.it">Computer Security Laboratory</a>).
</p>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col-6 col-md-4 col-lg-3 text-center">
<a href="https://unige.it/it/">
<img src="images/unige.png" class="w-75" />
</a>
</div>
<div class="col-6 col-md-4 col-lg-3 text-center">
<a href="https://www.dibris.unige.it/">
<img src="images/dibris.png" class="w-75" />
</a>
</div>
</div>
<!-- CTFs -->
<div class="row justify-content-center mt-5">
<div class="col-12 col-lg-10 border-bottom border-zx2">
<h3 class="text-zx2 text-center text-lg-left">
<i class="fas fa-award"></i> About CTFs
</h3>
</div>
</div>
<div class="row justify-content-center mt-3">
<div class="col-12 col-lg-10">
<p>
Capture-The-Flags (better known as CTFs) are competitions where hackers
have to solve cybersecurity problems (jeopardy style) and/or capture and
defend computer systems (attack-defense style). These competitions
consist of a series of challenges that vary in their degree of
difficulty, and that require participants to exercise different
skillsets to solve.
</p>
<p>
"Flags" are bits of data that prove you have completed a given task.
Players can be lone wolves who attempt the various challenges by
themselves, or they can work with others to attempt to score the highest
number of points as a team. CTF events are usually timed, and the points
are totaled once the time has expired. The winning player/team will be
the one that secured the highest score.
</p>
</div>
</div>
<!-- Members -->
<div class="row justify-content-center mt-5 mb-3">
<div class="col-12 col-lg-10 border-bottom border-zx3">
<h3 class="text-zx3 text-center text-lg-left">
<i class="fas fa-user-shield"></i> Members
</h3>
</div>
</div>
<div class="row">
{% for member in site.data.members %}
<!-- Desktop layout -->
<div
class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-20p d-none d-sm-block align-items-center justify-content-center mt-3 p-0"
>
<div
class="w-100 text-center row align-items-center justify-content-center text-center m-0"
>
<div class="p-0 col-1"></div>
<div class="p-0 col-10">
<img
src="images/members/{{member.nickname}}.jpg"
class="text-center rounded w-75 h-auto border border-white"
/>
</div>
<div class="p-0 col-1">
{% if member.link and member.link != "" %}
<a
href="{{member.link}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.link}}"
><i class="fas fa-link"></i></a
><br />
{% endif %} {% if member.github and member.github != "" %}
<a
href="https://github.com/{{member.github}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.github}}"
><i class="fab fa-github"></i></a
><br />
{% endif %} {% if member.twitter and member.twitter != "" %}
<a
href="https://twitter.com/{{member.twitter}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.twitter}}"
><i class="fab fa-twitter"></i></a
><br />
{% endif %} {% if member.linkedin and member.linkedin != "" %}
<a
href="https://linkedin.com/in/{{member.linkedin}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.linkedin}}"
><i class="fab fa-linkedin"></i></a
><br />
{% endif %} {% if member.mail and member.mail != "" %}
<a
href="mailto:{{member.mail}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.mail}}"
><i class="far fa-envelope"></i></a
><br />
{% endif %}
</div>
</div>
<div class="w-100 text-center">
<p class="my-1 font-weight-bold">{{member.name}}</p>
<p class="my-1"><a href="{{member.link}}">@{{member.nickname}}</a></p>
<p class="my-1">
{% for category in member.ctf %}
<span
class="badge border-white badge-{{category}}"
data-toggle="tooltip"
data-placement="top"
title="{{site.data.categories.name[category]}}"
>
<i class="{{ site.data.categories.icons[category] }}"></i>
{{category}}
</span>
{% endfor %}
</p>
<p class="my-1">{{member.description}}</p>
</div>
</div>
<!-- Mobile -->
<div
class="col-12 d-flex d-sm-none align-items-center justify-content-center mt-3"
>
<div class="col-4 text-center">
<img
src="images/members/{{member.nickname}}.jpg"
class="text-center rounded w-100 h-auto border border-white"
/>
</div>
<div class="col-1 text-left">
<div class="float-right">
{% if member.link and member.link != "" %}
<a
href="{{member.link}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.link}}"
><i class="fas fa-link"></i></a
><br />
{% endif %} {% if member.github and member.github != "" %}
<a
href="https://github.com/{{member.github}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.github}}"
><i class="fab fa-github"></i></a
><br />
{% endif %} {% if member.twitter and member.twitter != "" %}
<a
href="https://twitter.com/{{member.twitter}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.twitter}}"
><i class="fab fa-twitter"></i></a
><br />
{% endif %} {% if member.linkedin and member.linkedin != "" %}
<a
href="https://linkedin.com/in/{{member.linkedin}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.linkedin}}"
><i class="fab fa-linkedin"></i></a
><br />
{% endif %} {% if member.mail and member.mail != "" %}
<a
href="mailto:{{member.mail}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.mail}}"
><i class="far fa-envelope"></i></a
><br />
{% endif %}
</div>
</div>
<div class="col-7 text-left">
<p class="my-1 font-weight-bold">{{member.name}}</p>
<p class="my-1"><a href="{{member.link}}">@{{member.nickname}}</a></p>
<p class="my-1">
{% for category in member.ctf %}
<span
class="badge border-white badge-{{category}}"
data-toggle="tooltip"
data-placement="right"
title="{{site.data.categories.name[category]}}"
>
<i class="{{ site.data.categories.icons[category] }}"></i>
{{category}}
</span>
{% endfor %}
</p>
<p class="my-1">{{member.description}}</p>
</div>
</div>
{% endfor %}
</div>
<!-- Inactive members -->
<div class="row justify-content-center mt-5 mb-3">
<div class="col-12 col-lg-10 border-bottom border-zx3">
<h3 class="text-zx3 text-center text-lg-left">
<i class="fas fa-user-shield"></i> Inactive members
</h3>
</div>
</div>
<div class="row">
{% for member in site.data.former_members %}
<!-- Desktop layout -->
<div
class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-20p d-none d-sm-block align-items-center justify-content-center mt-3 p-0"
>
<div
class="w-100 text-center row align-items-center justify-content-center text-center m-0"
>
<div class="p-0 col-1"></div>
<div class="p-0 col-10">
<img
src="images/members/{{member.nickname}}.jpg"
class="text-center rounded w-75 h-auto border border-white"
/>
</div>
<div class="p-0 col-1">
{% if member.link and member.link != "" %}
<a
href="{{member.link}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.link}}"
><i class="fas fa-link"></i></a
><br />
{% endif %} {% if member.github and member.github != "" %}
<a
href="https://github.com/{{member.github}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.github}}"
><i class="fab fa-github"></i></a
><br />
{% endif %} {% if member.twitter and member.twitter != "" %}
<a
href="https://twitter.com/{{member.twitter}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.twitter}}"
><i class="fab fa-twitter"></i></a
><br />
{% endif %} {% if member.linkedin and member.linkedin != "" %}
<a
href="https://linkedin.com/in/{{member.linkedin}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.linkedin}}"
><i class="fab fa-linkedin"></i></a
><br />
{% endif %} {% if member.mail and member.mail != "" %}
<a
href="mailto:{{member.mail}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.mail}}"
><i class="far fa-envelope"></i></a
><br />
{% endif %}
</div>
</div>
<div class="w-100 text-center">
<p class="my-1 font-weight-bold">{{member.name}}</p>
<p class="my-1"><a href="{{member.link}}">@{{member.nickname}}</a></p>
<p class="my-1">
{% for category in member.ctf %}
<span
class="badge border-white badge-{{category}}"
data-toggle="tooltip"
data-placement="top"
title="{{site.data.categories.name[category]}}"
>
<i class="{{ site.data.categories.icons[category] }}"></i>
{{category}}
</span>
{% endfor %}
</p>
<p class="my-1">{{member.description}}</p>
</div>
</div>
<!-- Mobile -->
<div
class="col-12 d-flex d-sm-none align-items-center justify-content-center mt-3"
>
<div class="col-4 text-center">
<img
src="images/members/{{member.nickname}}.jpg"
class="text-center rounded w-100 h-auto border border-white"
/>
</div>
<div class="col-1 text-left">
<div class="float-right">
{% if member.link and member.link != "" %}
<a
href="{{member.link}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.link}}"
><i class="fas fa-link"></i></a
><br />
{% endif %} {% if member.github and member.github != "" %}
<a
href="https://github.com/{{member.github}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.github}}"
><i class="fab fa-github"></i></a
><br />
{% endif %} {% if member.twitter and member.twitter != "" %}
<a
href="https://twitter.com/{{member.twitter}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.twitter}}"
><i class="fab fa-twitter"></i></a
><br />
{% endif %} {% if member.linkedin and member.linkedin != "" %}
<a
href="https://linkedin.com/in/{{member.linkedin}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="@{{member.linkedin}}"
><i class="fab fa-linkedin"></i></a
><br />
{% endif %} {% if member.mail and member.mail != "" %}
<a
href="mailto:{{member.mail}}"
target="_blank"
data-toggle="tooltip"
data-placement="right"
title="{{member.mail}}"
><i class="far fa-envelope"></i></a
><br />
{% endif %}
</div>
</div>
<div class="col-7 text-left">
<p class="my-1 font-weight-bold">{{member.name}}</p>
<p class="my-1"><a href="{{member.link}}">@{{member.nickname}}</a></p>
<p class="my-1">
{% for category in member.ctf %}
<span
class="badge border-white badge-{{category}}"
data-toggle="tooltip"
data-placement="right"
title="{{site.data.categories.name[category]}}"
>
<i class="{{ site.data.categories.icons[category] }}"></i>
{{category}}
</span>
{% endfor %}
</p>
<p class="my-1">{{member.description}}</p>
</div>
</div>
{% endfor %}
</div>
<!-- Follow -->
<div class="row justify-content-center mt-5">
<div class="col-12 col-lg-10 border-bottom border-zx4">
<h3 class="text-zx4 text-center text-lg-left">
<i class="fas fa-info"></i> Information
</h3>
</div>
</div>
<div class="row justify-content-center mt-3">
<div class="col-12 col-lg-10 align-items-end justify-content-center">
<div class="mt-3 text-center text-zx4">
<h3><i class="far fa-image"></i> Photo gallery</h3>
</div>
</div>
</div>
<div class="row justify-content-center align-items-center mt-3">
<!--<div class="col-0 col-lg-1"></div>-->
<div class="col-3 col-lg-2">
<img src="images/gallery/0.jpg" class="w-100" />
</div>
<div class="col-3 col-lg-2">
<img src="images/gallery/1.jpg" class="w-100" />
</div>
<div class="col-3 col-lg-2">
<img src="images/gallery/2.jpg" class="w-100" />
</div>
<div class="col-3 col-lg-2">
<img src="images/gallery/3.jpg" class="w-100" />
</div>
<!--<div class="col-0 col-lg-1"><a href="/gallery"><i class="fas fa-forward"></i></a></div>-->
</div>
<div class="row justify-content-center mt-5">
<div class="col-12 col-lg-10 align-items-end justify-content-center">
<div class="text-zx4">
<h3 class="text-center">
<i class="far fa-newspaper"></i> Articles about ZenHack
</h3>
<ul class="list-unstyled text-center">
<li>
<a
href="https://life.unige.it/zenhack-il-team-di-cybersecurity-di-unige-vince-la-cyber-battle-emirates"
>ZenHack, il team di cybersecurity di UniGe, vince la Cyber Battle
of the Emirates</a
>
</li>
<li>
<a href="https://life.unige.it/unige-leonardo"
>Leonardo-UniGe Cybersecurity Scholarship Program</a
>
</li>
<li>
<a
href="https://life.unige.it/capture-flag-gli-studenti-del-nostro-ateneo-si-sfidano-sulla-cybersecurity"
>Capture the Flag! Gli studenti del nostro Ateneo si sfidano sulla
Cybersecurity</a
>
</li>
<li>
<a
href="https://www.primocanale.it/notizie/l-universit-di-genova-cerca-cacciatori-di-hacker-per-la-nazionale-dei-cyber-defender-193574.html?id=193574"
>Cyberchallenge.IT: UniGe prepara gli esperti in sicurezza
informatica</a
>
</li>
<li>
<a
href="http://www.ilsecoloxix.it/p/genova/2018/01/08/ASmhOiQM-nazionale_universita_cacciatori.shtml"
>Il Secolo XIX - Genova, l’Università cerca “cacciatori” di hacker
per la Nazionale</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-lg-5 align-items-end justify-content-center">
<div class="mt-3 text-center">
<h3 class="text-zx4"><i class="fab fa-twitter"></i> Twitter</h3>
</div>
<div class="mt-3 text-center">
<a
class="twitter-timeline a-blue"
data-theme="dark"
data-lang="en"
data-width="500"
data-height="600"
href="https://twitter.com/ZenHackTeam?ref_src=twsrc%5Etfw"
>Tweets by ZenHackTeam</a
>
</div>
</div>
<div class="col-12 col-lg-5 align-items-end justify-content-center">
<div class="mt-3 text-center">
<h3 class="text-zx4"><i class="fab fa-facebook"></i> Facebook</h3>
</div>
<div class="mt-3 text-center">
<iframe
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FZenHackTeam&tabs=timeline&width=450&height=600&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
height="600"
style="border: none; overflow: hidden; width: 100%; max-width: 450px"
scrolling="no"
frameborder="0"
allowTransparency="true"
allow="encrypted-media"
></iframe>
</div>
</div>
</div>
</div>