-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtutoriais.html
More file actions
161 lines (159 loc) · 7.87 KB
/
tutoriais.html
File metadata and controls
161 lines (159 loc) · 7.87 KB
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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HackInSDN - Página de Tutoriais</title>
<link rel="stylesheet" href="/assets/css/tutoriais.css">
<link rel="icon" href="/assets/img/favicon.ico">
<meta property="og:title" content="Infraestrutura programável de testbed para experimentação e capacitação em redes e segurança"/>
<meta property="og:description" content="HackInSDN é um framework escalável, flexível e programável para experimentação e capacitação em segurança e redes utilizando infraestruturas de testbed."/>
<meta property="og:url" content="https://hackinsdn.ufba.br"/>
<meta property="og:image"content="/assets/img/preview.png"/>
<script>
function toggleVideo(videoId) {
const video = document.getElementById(videoId);
const title = video.previousElementSibling;
if (video.style.display === "block") {
video.style.display = "none";
title.classList.remove("open");
} else {
document.querySelectorAll('.demo-video').forEach((vid) => vid.style.display = 'none');
document.querySelectorAll('.demo-title').forEach((t) => t.classList.remove('open'));
video.style.display = "block";
title.classList.add("open");
}
}
</script>
</head>
<body>
<div class="container">
<div class="container">
<header>
<div class="logo-group">
<div class="logo">
<img src="/assets/img/1.png" alt="Logotipo HackInSDN">
</div>
</div>
<nav>
<ul>
<li><a href="/">Início</a></li>
<li><a href="/sobre.html">Sobre Nós</a></li>
<li><a href="/tutoriais.html">Tutoriais</a></li>
<li><a href="/publicacoes.html">Publicações</a></li>
<li><a href="/dashboard">Dashboard</a></li>
</ul>
</nav>
<nav class="menu-idiomas">
<ul class="menu-idiomas">
<li>
</li>
<li>
<a href="en/tutoriais.html" class="en ativo">
<img src="/assets/img/us.png" alt="English" class="bandeira">
</a>
</li>
</ul>
</nav>
</header>
</div>
<section class="tutorial-section">
<h2>INSTALAÇÃO E TUTORIAIS</h2>
<section class="demo-section">
<div class="demo-item">
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video0')">
<span>Autenticação na plataforma</span>
<span class="arrow">▼</span>
</div>
<div id="video0" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZhgZV3x03Yw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-title" onclick="toggleVideo('video1')">
<span>Demonstração HackInSDN - Componentes Integrados</span>
<span class="arrow">▼</span>
</div>
<div id="video1" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/gXD2FcBjGuk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video6')">
<span>Criação de laboratórios no Dashboard HackInSDN - Para professores</span>
<span class="arrow">▼</span>
</div>
<div id="video6" class="demo-video">
<a href="https://www.youtube.com/watch?v=YKb_MtTeZ1k">
<img src="https://img.youtube.com/vi/YKb_MtTeZ1k/0.jpg" alt="Clique para assistir ao vídeo no YouTube">
</a>
</div>
</div> <!-- Fim do segundo item-->
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video5')">
<span>Utilizando o Dashboard HackInSDN para executar experimentos de Segurança e Redes</span>
<span class="arrow">▼</span>
</div>
<div id="video5" class="demo-video">
<a href="https://www.youtube.com/watch?v=o5lC5tBhZM0">
<img src="https://img.youtube.com/vi/o5lC5tBhZM0/0.jpg" alt="Clique para assistir ao vídeo no YouTube">
</a>
</div>
</div> <!-- Fim do terceiro item -->
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video2')">
<span>Demonstração de Uso do Mininet-Sec</span>
<span class="arrow">▼</span>
</div>
<div id="video2" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cuHZMSPIQdw" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video3')">
<span>Contention Napp no Kytos</span>
<span class="arrow">▼</span>
</div>
<div id="video3" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/kb9F3WKWsSc" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="demo-item">
<div class="demo-title" onclick="toggleVideo('video4')">
<span>MISP Suricata</span>
<span class="arrow">▼</span>
</div>
<div id="video4" class="demo-video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/IxJ4zsGYDgY" frameborder="0" allowfullscreen></iframe>
</div>
</div> <!-- Fim do primeiro item -->
</section>
<div class="tutorial-container">
<div class="tutorial-card">
<img src="/assets/img/11.png" alt="Logotipo do Kytos-ng">
<a href="tutorial_kytos.html">Tutorial de Instalação do Kytos</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/12.png" alt="Logotipo do MongoDB">
<a href="tutorial_mongodb.html">Configurando MongoDB</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/13.png" alt="Ícone de Cadeado">
<a href="tutorial_contencao.html">Testes de Bloqueio de Contenção<br>(Ação de Bloqueio)</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/16.png" alt="Logotipo do MISP">
<a href="tutorial_misp.html">Tutorial do Módulo MISP</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/15.png" alt="Logotipo do MnSec">
<a href="tutorial_mnsec.html">Ativando Mininet-sec</a>
</div>
<div class="tutorial-card">
<img src="/assets/img/14.png" alt="Logotipo do Suricata">
<a href="tutorial_mnsec_suricata.html">Execução e Detecção de Ataques com Mnsec e Suricata</a>
</div>
</div>
</div>
</body>
</html>