From e0e556fbb9890e599e4f05bcc9e7916a91892e3e Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 14 Mar 2011 10:52:25 -0600 Subject: [PATCH] A few patches for TF3 --- packages/compaq/50/key | 1 + packages/mcp/www/credits.html | 48 ++++++++++++++++++++++++++++ packages/mcp/www/index.html | 5 +++ packages/sequence/500/key | 3 +- packages/tanks/service/tanksd/tanksd | 2 ++ packages/wopr/service/wopr/run | 2 ++ 6 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 packages/mcp/www/credits.html diff --git a/packages/compaq/50/key b/packages/compaq/50/key index 973a9fa..85e6145 100644 --- a/packages/compaq/50/key +++ b/packages/compaq/50/key @@ -1 +1,2 @@ 4C +4c diff --git a/packages/mcp/www/credits.html b/packages/mcp/www/credits.html new file mode 100644 index 0000000..ebbc929 --- /dev/null +++ b/packages/mcp/www/credits.html @@ -0,0 +1,48 @@ + + + + The Credits + + + +

Credits

+ +

Dirtbags Capture the Flag is brought to you by:

+ + + +

And by:

+ + +

Parts of this contest were inspired by:

+ + +

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:

+ + + diff --git a/packages/mcp/www/index.html b/packages/mcp/www/index.html index 774e392..6f427b5 100644 --- a/packages/mcp/www/index.html +++ b/packages/mcp/www/index.html @@ -58,5 +58,10 @@ reason, so play nice. + +

+ This event would not be possible without the help of many people. + Thank you, people. +

diff --git a/packages/sequence/500/key b/packages/sequence/500/key index 081c7e4..e802116 100644 --- a/packages/sequence/500/key +++ b/packages/sequence/500/key @@ -1 +1,2 @@ -05 09 +05 0b +05 0B diff --git a/packages/tanks/service/tanksd/tanksd b/packages/tanks/service/tanksd/tanksd index 9502db9..8bef825 100755 --- a/packages/tanks/service/tanksd/tanksd +++ b/packages/tanks/service/tanksd/tanksd @@ -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 diff --git a/packages/wopr/service/wopr/run b/packages/wopr/service/wopr/run index 09e4d6f..9cda2e0 100755 --- a/packages/wopr/service/wopr/run +++ b/packages/wopr/service/wopr/run @@ -5,3 +5,5 @@ chmod a+r /dev/urandom mkdir -p /var/tmp/wopr chown ctf /var/tmp/wopr + +exec inotifyd /bin/true $PWD