-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
223 lines (194 loc) · 9.71 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="it">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PoliCTF 2015</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Inconsolata|Titillium+Web:400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="js/codef_core.js"></script>
<script type="text/javascript" src="js/codef_starfield.js"></script>
<script type="text/javascript" src="js/codef_scrolltext.js"></script>
<script type="text/javascript" src="js/codef_3d.js"></script>
<script type="text/javascript" src="js/scroller_text.js"></script>
<script type="text/javascript" src="js/glfx.js"></script>
<script type="text/javascript" src="js/pt.js"></script>
<script type="text/javascript" src="js/obj.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
<script>
function fullscr(elemId) {
var elem = document.getElementById(elemId);
if (elem.requestFullscreen) {
elem.requestFullscreen();
} else if (elem.mozRequestFullScreen) {
elem.mozRequestFullScreen();
} else if (elem.webkitRequestFullScreen) {
elem.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
}
}
window.addEventListener('load', initDemo, false);
</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<span class="navbar-brand"><a href="http://polictf.it"><img src="images/logo.png" /><span>PoliCTF</span>2015</a></span>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="instructions">Instructions</a>
</li>
<li>
<a href="javascript:openmodalnews()">News</a>
</li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Registration <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="registration">Register</a></li>
<li><a href="http://s.maggi.cc/polictf2015-local" target="_blank">PoliMi students</a></li>
</ul>
</li>-->
<li>
<a href="mailto:[email protected]"><span class="glyphicon glyphicon-envelope"></span></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row maintext">
PoliCTF 2015 is a jeopardy style capture-the-flag competition held both online (open to all competitors) and live for a restricted number of participants. The competition started during the second day of the <a href="http://dimva2015.it">DIMVA 2015</a> conference in Milan (Italy) at <b>10/07/2015 09:00 UTC </b> and lasted for <b>48 hours</b>.
Our official communication channel is #polictf on <a href="http://hackint.eu">hackint</a> irc network.
</div>
<div class="row marginbottom">
<div class="col-xs-12 col-sm-12 col-md-7 demo_block">
<div class="col-xs-12" id="democanvas"></div>
<div class="col-xs-12 text-center">
<button id="player" type="button" class="btn btn-info btn-sm" aria-label="Left Align">
<span class="glyphicon glyphicon-play" aria-hidden="true"></span> Music
</button>
<button type="button" class="btn btn-info btn-sm" aria-label="Left Align" onclick="fullscr('democanvas')">
<span class="glyphicon glyphicon-fullscreen" aria-hidden="true"></span> Fullscreen
</button>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 main_block">
<div class="main-text">
<!-- The competition will end in: -->
<center>
<h3>
<div><script>
TargetDate = "07/12/2015 9:00 AM GMT";
BackColor = "black";
ForeColor = "CornflowerBlue";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
// DisplayFormat = "%D Days, %H Hours<br/>%M Minutes, %S Seconds.";
DisplayFormat = "%H Hours, %M Minutes, %S Seconds.";
FinishMessage = "The competition is over!";
</script>
<span id="countdown" class="timer"></span>
<script language="JavaScript" src="js/countdown.js"></script></div>
</h3>
<div class="main-text">
<h3><center><a href="ranking/">Final Ranking</a></center></h3>
<p>Most writeups are available from <a
href="https://ctftime.org/event/207/tasks/">CTF Time</a> or from the <a
href="https://github.com/ctfs/write-ups-2015/tree/master/polictf-2015">write-ups-2015</a>
repository on github.</p>
<p>We also released a couple of "official" writeups on <a href="http://towerofhanoi.github.io/">our blog</a> and some
sources on <a href="https://github.com/PoliCTF/sources2015">github</a>.</p>
</div>
</center>
<br />The live competition was held in Politecnico di Milano, in a dedicated CTF arena in the hall in front of "<a href="">Aula Rogers</a>".
<br /><br /><strong>Instructions can be found <a href="instructions">here</a></strong><br />
</div>
<div class="main-text">
<h3><center><a href="scoreboard/login">Scoreboard Access</a></center></h3>
</div>
<div class="main-text" id="prizes">
<h3>Prizes!</h3>
<p><strong>First:</strong> 2x Oculus Rift (devkit 2)+ 15 RPi 2 Model B</p>
<p><strong>Second:</strong> Synology NAS + 15 RPi 2 Model B</p>
<p><strong>Third:</strong> 15 RPi 2 Model B</p>
<br />
<p>The prizes are kindly offered by our sponsor <a href="http://www.reply.eu/en/topics/security/">Reply Communication Valley</a>.</p>
</div>
<div class="center">
<h2>Sponsors</h2>
<div class="main-text">
We kindly thank our sponsors for supporting the PoliCTF:
<div>
<div class="col-xs-12 col-sm-6 sponsor">
<a class="thumbnail" href="http://www.reply.eu/en/topics/security/">
<img src="images/sponsor/reply_cv.png" alt="Reply Communication Valley" class="img-responsive" />
</a>
</div>
<div class="col-xs-12 col-sm-6 sponsor">
<a class="thumbnail" href="http://www.consorzio-cini.it/index.php/en/">
<img src="images/sponsor/cini.png" alt="Consorzio interuniversitario nazionale per l'informatica" class="img-responsive" />
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="news_tweets">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">Competition organized by the research groups of <a href="http://www.necst.it">NECSTLab</a> and supported by the CINI Cyber Security National Lab <span class="pull-right">~ design: <a href="https://github.com/JWuCines">JWuCines</a> & <a href="https://twitter.com/_ocean">ocean</a> || 3d logo: <a href="https://it.linkedin.com/pub/ilaria-scarcia/25/686/510/en">Ila9</a></span></p>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$('.nolink').popover().click(function () {
setTimeout(function () {
$('.nolink').popover('hide');
}, 5000);
});
news_tweets_loaded = false;
$("#news_tweets").on('shown.bs.modal', function() {
if(!news_tweets_loaded) {
$(this).find(".modal-content").load( "news.html" );
news_tweets_loaded = true;
}
})
function openmodalnews(){
$('#news_tweets').modal()
}
</script>
<script>
$('#player').click( function(e){
e.preventDefault();
player_cmd($(this), mod);
})
</script>
</body>
</html>