-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (65 loc) · 2.47 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MMA CTF 1st 2015</title>
<link href="stylesheets/all.css" rel="stylesheet" type="text/css" />
<script src="javascripts/all.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="languages pull-right">
English
<a href="ja/">Japanese</a>
</div>
<h1>MMA CTF 1st 2015</h1>
<h2>About</h2>
MMA CTF is a security competition hosted by <a href="http://www.mma.club.uec.ac.jp">MMA</a>. Your task is to solve problems to get flags as many as possible.
<h2>Information</h2>
<dl>
<dt>Type</dt>
<dd>Jeopardy, Team competition</dd>
<dt>Date</dt>
<dd>2015/09/05 00:00 - 2015/09/07 00:00 (UTC)</dd>
<dt>Genres</dt>
<dd>Crypto, Pwning, Programming, Reversing, Forensics, Web, ...</dd>
<dt>Language</dt>
<dd>Problems are available in English and Japanese.</dd>
</dl>
<h2>Rules</h2>
<ol>
<li>Team size is unlimited.</li>
<li>The flag format is "<code>MMA{something}</code>" unless otherwise specified.</li>
<li>Points will be given after submitting a flag.</li>
<li>Each problems contains one or more flags.</li>
<li>The higher score, the higher rank your team be placed. If another team has same score, the earlier last submition time, the higher rank your team be placed.</li>
</ol>
<h2>Prohibitions</h2>
<ol>
<li>Do not attack other teams.</li>
<li>Do not attack any other servers except <code>*.chal.mmactf.link.</code>.</li>
<li>Do not share answers/hints with other teams.</li>
<li>Be kind to server resources. Too frequent access will be banned.</li>
</ol>
<h2>Result</h2>
<a href="https://ctftime.org/event/234">scoreboard (CTFtime.org)</a>
<h2>Contacts</h2>
<address>
<strong>Email</strong>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
</div>
</div>
</body>
</html>