mirror of https://github.com/dirtbags/moth.git
Add "posters" tokens used @NMT
This commit is contained in:
parent
b563456fda
commit
ed71556827
|
@ -0,0 +1,17 @@
|
|||
zephyr@dirtbags.net
|
||||
Chaselejeune@msn.com
|
||||
jcrawfor@nmt.edu
|
||||
bhughes@nmt.edu
|
||||
ndav01@nmt.edu
|
||||
mbrabson@nmt.edu
|
||||
mleondom@nmt.edu
|
||||
slundqui@nmt.edu
|
||||
dgodfrey@nmt.edu
|
||||
jsloan@nmt.edu
|
||||
bbhakta@nmt.edu
|
||||
dlindsey@nmt.edu
|
||||
Waycasters0525@yahoo.com
|
||||
dveitch@nmt.edu
|
||||
wvu@nmt.edu
|
||||
galvarad@nmt.edu
|
||||
dbeckman@nmt.edu
|
|
@ -0,0 +1,18 @@
|
|||
#! /usr/bin/python
|
||||
|
||||
import sys
|
||||
|
||||
def xor(s, t):
|
||||
return ''.join(chr(ord(a) ^ ord(b)) for (a,b) in zip(s,t))
|
||||
|
||||
acc = None
|
||||
for line in sys.stdin:
|
||||
l = line.strip().decode('hex')
|
||||
print l
|
||||
if not acc:
|
||||
acc = l
|
||||
else:
|
||||
acc = xor(acc, l)
|
||||
print acc
|
||||
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
From: The Dirtbags <zephyr@dirtbags.net>
|
||||
To: RECIP
|
||||
Subject: WIN BIG AT CAPTURE THE FLAG!!!
|
||||
Message-ID: <cG9zdGVyczp4YW5hZC1wb2xveA==@dirtbags.net>
|
||||
MIME-Version: 1.0
|
||||
Content-type: multipart/alternative; boundary=eJwryC8uSS0qtqpIzc1P1i3OT86vAABObgfA
|
||||
X-Face: '8$#2%$m/.;29z5"5"/
|
||||
|
||||
There are 5 tokens hidden in this message. Can you find them all?
|
||||
|
||||
--eJwryC8uSS0qtqpIzc1P1i3OT86vAABObgfA
|
||||
Content-type: text/plain; charset=UTF-8
|
||||
|
||||
Are you ready for CTF?
|
||||
|
||||
The teams are in and it looks like this year's CTF is going to be about
|
||||
double the size of last year. I've posted teams at
|
||||
<http://dirtbags.net/ctf>.
|
||||
|
||||
If you came last year, there are some changes in store for you. I've
|
||||
done away with the weird boxes at each table, so there's no need to
|
||||
bring a monitor or keyboard. What you really need to be a sysadmin this
|
||||
year is netcat and nmap. We will *not* provide an Internet connection,
|
||||
so figure out now how you're going to get onto the Internet (you will
|
||||
need it).
|
||||
|
||||
If you have any questions, or would just like to hang out and shoot the
|
||||
breeze, feel free to hop on IRC (server woozle.org, channel #ctf).
|
||||
|
||||
I hope you all have as much fun playing this as I've had building it!
|
||||
|
||||
zephyr
|
||||
--eJwryC8uSS0qtqpIzc1P1i3OT86vAABObgfA
|
||||
Content-type: text/html; charset=UTF-8
|
||||
|
||||
<p>Are you ready for CTF?</p>
|
||||
|
||||
<p>The teams are in and it looks like this year's CTF is going to be
|
||||
about double the size of last year. I've posted teams at
|
||||
<a href="http://dirtbags.net/ctf" class="posters">http://dirtbags.net/ctf</a>.</p>
|
||||
|
||||
<p>If you came last year, there are some changes in store for you. I've
|
||||
done away with the weird boxes at each table, so there's no need to
|
||||
bring a monitor or keyboard. What you really need to be a sysadmin this
|
||||
year is netcat and nmap. We will <i class="xalep">not</i> provide an
|
||||
Internet connection, so figure out now how you're going to get onto the
|
||||
Internet (you will need it).</p>
|
||||
|
||||
<p>If you have any questions, or would just like to hang out and shoot
|
||||
the breeze, feel free to
|
||||
<a href="irc://woozle.org/ctf" class="mikex">hop on IRC (server woozle.org, channel #ctf)</a>.</p>
|
||||
|
||||
<p>I hope you all have as much fun playing this as I've had building it!</p>
|
||||
|
||||
<p>zephyr</p>
|
||||
--eJwryC8uSS0qtqpIzc1P1i3OT86vAABObgfA--
|
||||
|
||||
cbfgref:krzbp-fbpbk
|
|
@ -0,0 +1,3 @@
|
|||
5e5e5e205468657265277320616e6f74686572207374657020696e766f6c766564205e5e5e
|
||||
5e5e5e204272696e6720796f757220616e7377657220666f7220706f696e747320205e5e5e
|
||||
5e5e5e5e363a2c3c2277653c60793d663c6e7c2964242e713327716126222236645e5e5e5e
|
|
@ -0,0 +1,6 @@
|
|||
posters:xylep-nanox
|
||||
posters:xanad-polox
|
||||
posters:xemoc-socox
|
||||
posters:xurat-tulox
|
||||
posters:xalep-mikex
|
||||
posters:xylen-bubux
|
Loading…
Reference in New Issue