A few patches for TF3

This commit is contained in:
Neale Pickett 2011-03-14 10:52:25 -06:00
parent c55b26b4e6
commit e0e556fbb9
6 changed files with 60 additions and 1 deletions

View File

@ -1 +1,2 @@
4C
4c

View File

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>The Credits</title>
<link rel="stylesheet" href="ctf.css" type="text/css">
</head>
<body>
<h1>Credits</h1>
<p>Dirtbags Capture the Flag is brought to you by:</p>
<ul>
<li>The number C</li>
<li>The letters ع and ֆ</li>
</ul>
<p>And by:</p>
<ul>
<li>Alex Brugh</li>
<li>Paul Ferrell</li>
<li>Adam Glasgall</li>
<li>Curtis Hash</li>
<li>Aaron McPhall</li>
<li>Erin Ochoa</li>
<li>William Phillips</li>
<li>Danny Quist</li>
</ul>
<p>Parts of this contest were inspired by:</p>
<ul>
<li>DC949</li>
<li>Tube Warriors</li>
<li>Bad people from around the world (screw you guys, seriously)</li>
</ul>
<p>Lastly, this contest would not exist were it not for hundreds of
thousands of lines of code from free software authors around the
world, including:</p>
<ul>
<li>Busybox and Buildroot</li>
<li>the Linux kernel</li>
<li>dnsmasq</li>
<li>fnord httpd</li>
<li>ngircd</li>
<li>lua</li>
</ul>
</body>
</html>

View File

@ -58,5 +58,10 @@
reason, so play nice.
</li>
</ul>
<p>
This event would not be possible without the help of many people.
<a href="credits.html">Thank you, people</a>.
</p>
</body>
</html>

View File

@ -1 +1,2 @@
05 09
05 0b
05 0B

View File

@ -111,6 +111,8 @@ EOF
wget -q -s "http://10.0.0.2/claim.cgi?t=$hash&k=$k"
done
ln -sf $fn $w/current.html
summary > $w/summary.html.$$
mv -f $w/summary.html.$$ $w/summary.html

View File

@ -5,3 +5,5 @@ chmod a+r /dev/urandom
mkdir -p /var/tmp/wopr
chown ctf /var/tmp/wopr
exec inotifyd /bin/true $PWD