add ogrewatch

This commit is contained in:
neptunia 2016-11-22 19:01:06 -05:00
parent 44fc307be4
commit e2bdb4431d
4 changed files with 15 additions and 0 deletions

1
ogrewatch/description.md Normal file
View file

@ -0,0 +1 @@
My friend was out watching ogres when he heard a strange sound. Could you figure out what it means? [ogreman](${ogreman})

4
ogrewatch/grader.py Normal file
View file

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

BIN
ogrewatch/ogreman Normal file

Binary file not shown.

10
ogrewatch/problem.yml Normal file
View file

@ -0,0 +1,10 @@
title: Ogrewatch
author: neptunia
hint: If you're having trouble with the file format, Gary Kessler might help.
category: Forensics
autogen: false
programming: false
value: 100
files:
- ogreman