add flag collection
This commit is contained in:
parent
140b29d1b9
commit
1ce8a8bbb4
4 changed files with 15 additions and 0 deletions
1
flag-collection/description.md
Normal file
1
flag-collection/description.md
Normal 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
BIN
flag-collection/flags.zip
Normal file
Binary file not shown.
4
flag-collection/grader.py
Normal file
4
flag-collection/grader.py
Normal 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."
|
10
flag-collection/problem.yml
Normal file
10
flag-collection/problem.yml
Normal 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
|
||||
|
Loading…
Reference in a new issue