1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
Commit graph

55 commits

Author SHA1 Message Date
2796927844 And with that, I think it is working again 2015-04-12 11:11:15 -06:00
c0f0893ba5 Registration is working 2015-04-12 09:16:48 -06:00
dcc99528a8 installing okay now 2015-04-10 16:37:21 -06:00
Neale Pickett
e5de92b049 Installation script 2015-04-09 17:40:03 -06:00
20dd117b18 Remove more legacy junk 2012-05-25 21:39:59 -06:00
Neale Pickett
82d9edff6f multi-point tokens in radio 2011-11-03 18:51:28 -06:00
Neale Pickett
7fbe6d2650 cleanup, add lxc package (broken) 2011-09-23 17:05:14 -06:00
Neale Pickett
103688df85 fix arc4 definition 2011-09-21 17:31:13 -06:00
Neale Pickett
5c870b3c6f fixes for new buildroot + cleanup from merge 2011-09-21 15:23:09 -06:00
Neale Pickett
afc015dcc8 Start at a portable puzzle format 2011-03-24 17:12:33 -06:00
4bc40220b0 Add dillo puzzle 2011-03-22 22:00:50 -06:00
8c66e08009 Start moving pwnables to new token encryption 2011-03-18 21:57:12 -06:00
e20bea39b2 Gussy up arc4.c 2011-03-18 19:21:45 -06:00
b08f2747f7 Nicer argument parsing in tea 2011-03-17 21:01:21 -06:00
Neale Pickett
d8a3e98803 Add TEA back in. 2011-03-17 17:11:53 -06:00
Neale Pickett
40e7560b38 Fix key reuse vuln. in arc4 2011-03-17 13:04:13 -06:00
Neale Pickett
d14302b199 Begin unhooking in.tokend 2011-03-14 17:13:25 -06:00
Neale Pickett
48c6ca0aa2 Modularize + lots of fixes 2010-09-23 18:23:00 -06:00
Neale Pickett
cf282dff48 I found %*s in printf! Converting... 2010-09-16 17:11:55 -06:00
Neale Pickett
7305ae79cb -Werror 2010-09-16 12:21:16 -06:00
Neale Pickett
487893c314 Take scanf out of puzzles.cgi 2010-09-16 12:20:44 -06:00
Neale Pickett
04d3c2c66c Results of code review 2010-09-14 18:04:33 -06:00
7e4f523347 Remove more cruft, add polish 2010-09-13 17:32:51 -06:00
8d47593986 Many changes, unit test
* Everything in /srv/ctf now, set $CTF_BASE to override that
* CGI now accepts parms in argv
* Fix bug with uninitialized CGI vars
2010-09-13 12:23:39 -06:00
507dd93d88 Add note about static page generation 2010-09-12 22:34:42 -06:00
23b6f28a21 Make puzzles generate static HTML 2010-09-12 22:15:06 -06:00
61e6984777 Add puzzles CGI
I just realized I don't need this to be a CGI.
2010-09-12 22:01:21 -06:00
df3da9c6d3 Make points a long 2010-09-12 22:00:58 -06:00
5199cf5cac Move CGI routines into common.c
They're still good general-purpose routines, though.
2010-09-11 23:22:28 -06:00
c3bf43b132 Add puzzler.cgi, put more into common.c 2010-09-11 22:57:46 -06:00
c9c24d9a8b Create new fgrepx common function
It's also slightly quicker.
2010-09-10 23:07:40 -06:00
Neale Pickett
de5a53c226 Fix cycling 2010-09-09 17:08:57 -06:00
Neale Pickett
7aa23aadb5 Have cycling option for scoreboard 2010-09-09 16:51:11 -06:00
Neale Pickett
fd8f53dae3 Store colors on disk & more 2010-09-09 15:14:39 -06:00
4bc5ba6eb3 Clean up points display 2010-09-08 22:19:48 -06:00
b85d328a62 Widen scoreboard page (untested) 2010-09-08 21:55:28 -06:00
03c6d4e17b Add usability feature to scoreboard (highlighting on hover) 2010-09-08 21:51:48 -06:00
Neale Pickett
1aff408b66 Working scoreboard with table 2010-09-08 17:39:28 -06:00
f043173cf4 Working chart output 2010-09-07 23:44:54 -06:00
be2de973ce pointscli check result of write 2010-09-07 22:43:24 -06:00
00dad4865b Pointscli back to "many files" strategy 2010-09-07 22:25:42 -06:00
a9431200af CGI register was a bad idea
There's just no good way to tell what team is legit and
what team is an attempt at an XSS or whatever tomfoolery
contestants might be up to.  CGI might work for high school
kids, but for that a shell script would probably work.
2010-09-07 21:31:23 -06:00
Neale Pickett
a2b8a2873b Further work on scoreboard 2010-09-07 17:47:21 -06:00
Neale Pickett
2fe4123f87 Script to list teams 2010-09-07 17:47:00 -06:00
Neale Pickett
a2559871c1 Merge branch 'tokens' of fozzie:src/ctf into tokens
Conflicts:

	src/Makefile
	src/pointscli.c
2010-09-07 14:24:37 -06:00
Neale Pickett
a683df8eef Add posters, enhance cgi.c 2010-09-07 14:18:39 -06:00
aea9f3cbeb Start at scoreboard generation 2010-09-06 21:52:09 -06:00
c74c457136 Use epoch time for timestamps 2010-09-06 21:39:59 -06:00
8e1dfbd0da Add pointscli and common utils 2010-09-03 21:00:02 -06:00
Neale Pickett
739756a994 A little cleanup, and some claim.cgi code 2010-09-03 17:05:42 -06:00