mirror of https://github.com/dirtbags/moth.git
A few patches for TF3
This commit is contained in:
parent
774d58eff6
commit
49d23e3bc5
|
@ -1 +1,2 @@
|
|||
4C
|
||||
4c
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
05 09
|
||||
05 0b
|
||||
05 0B
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -5,3 +5,5 @@ chmod a+r /dev/urandom
|
|||
|
||||
mkdir -p /var/tmp/wopr
|
||||
chown ctf /var/tmp/wopr
|
||||
|
||||
exec inotifyd /bin/true $PWD
|
||||
|
|
Loading…
Reference in New Issue