add flag collection

This commit is contained in:
neptunia 2017-01-24 19:28:45 -05:00
parent 140b29d1b9
commit 1ce8a8bbb4
4 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1 @@
Here's a collection of flags! I think you're looking for a specific one, though...

BIN
flag-collection/flags.zip Normal file

Binary file not shown.

View file

@ -0,0 +1,4 @@
def grade(autogen, answer):
if answer.find("thumbs.db_c4n_b3_useful") != -1:
return True, "wowie! thumbs up"
return False, "Nope, try again."

View file

@ -0,0 +1,10 @@
title: Flag Collection
author: neptunia
hint: Looking through all these files must be a pain...
category: Forensics
autogen: false
programming: false
value: 80
files:
- flags.zip