2010-09-13 16:58:30 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Welcome</title>
|
|
|
|
<link rel="stylesheet" href="ctf.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Welcome</h1>
|
|
|
|
|
|
|
|
<h2>Important Links</h2>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="scoreboard.html">Scoreboard</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2010-09-23 23:27:14 -06:00
|
|
|
<a href="puzzles.html">Puzzles</a>
|
2010-09-23 18:23:00 -06:00
|
|
|
</li>
|
2012-04-19 17:40:30 -06:00
|
|
|
<li>
|
|
|
|
<a href="news.html">News</a>
|
|
|
|
</li>
|
2010-10-27 14:50:16 -06:00
|
|
|
<li>
|
|
|
|
<a href="scoring.html">About scoring</a>
|
|
|
|
</li>
|
2010-09-13 16:58:30 -06:00
|
|
|
<li>
|
2011-09-23 16:57:26 -06:00
|
|
|
<a href="irc://[fd84:b410:3441::6]/ctf"
|
|
|
|
title="IRC on fd84:b410:3441::6, channel #ctf">Contest chat</a>
|
2012-04-19 17:48:50 -06:00
|
|
|
(<a href="irc://10.0.0.6/ctf" title="IRC on 10.0.0.6, channel #ctf">IPv4</a>)
|
2011-01-04 12:35:15 -07:00
|
|
|
carries important announcements, and sometimes clues and
|
|
|
|
puzzles.
|
2010-09-13 16:58:30 -06:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Claim Token</h2>
|
2011-03-13 21:46:56 -06:00
|
|
|
<p>
|
|
|
|
If you find a <a href="scoring.html#tokens">token</a>
|
|
|
|
(like <samp>example:xylep-radar-nanox</samp>), submit it here for
|
|
|
|
a point.
|
|
|
|
</p>
|
2010-09-13 16:58:30 -06:00
|
|
|
<form action="claim.cgi" method="post">
|
|
|
|
<fieldset>
|
2010-10-27 14:50:16 -06:00
|
|
|
team hash:<input name="t" size="8">
|
2011-01-04 13:55:33 -07:00
|
|
|
token:<input name="k" size="30">
|
2010-09-23 18:23:00 -06:00
|
|
|
<input type="submit" value="claim">
|
2010-09-13 16:58:30 -06:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>Rules</h2>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2012-05-11 17:56:29 -06:00
|
|
|
No DoS attacks. No link layer (ARP, NDP) attacks.
|
2010-09-13 16:58:30 -06:00
|
|
|
</li>
|
|
|
|
<li>
|
2012-04-19 17:40:30 -06:00
|
|
|
Contest servers lie within <samp>fd84:b410:3441::/112</samp>
|
|
|
|
(or <samp>10.0.0.0/24</samp> for IPv4 contests).
|
|
|
|
Do not attack machines outside <samp>fd84:b410:3441::/48</samp>
|
|
|
|
(<samp>10.0.0.0/16</samp>).
|
2011-09-23 16:57:26 -06:00
|
|
|
Low ports (under 1024) do not run contest categories, don't
|
|
|
|
waste your time.
|
2010-09-13 16:58:30 -06:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
Consider the contest network hostile. It is up to you to
|
|
|
|
safeguard, encrypt, or delete sensitive data on your computer.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
We reserve the right to kick you out of the contest for any
|
|
|
|
reason, so play nice.
|
|
|
|
</li>
|
|
|
|
</ul>
|
2011-03-14 10:52:25 -06:00
|
|
|
|
|
|
|
<p>
|
|
|
|
This event would not be possible without the help of many people.
|
|
|
|
<a href="credits.html">Thank you, people</a>.
|
|
|
|
</p>
|
2010-09-13 16:58:30 -06:00
|
|
|
</body>
|
|
|
|
</html>
|