added mane-event

This commit is contained in:
Jacob Magnuson 2017-02-06 13:04:48 +00:00
parent ebe6b07121
commit 7825c54eb0
4 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
My friend just got back from the plains and he took [this](${lion_jpg}) picture with his new camera. He also told me there's a flag hidden in it - can you check it out for me?

4
mane-event/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(autogen, key):
if key.find("pride_in_african_engin33ring") != -1:
return True, "Good job!"
return False, "Sorry, try again."

BIN
mane-event/lion.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

9
mane-event/problem.yml Normal file
View file

@ -0,0 +1,9 @@
author: blockingthesky
title: Mane Event
hint: Wow, JPEGs are such an EXcellent Image Format!
category: Forensics
autogen: false
programming: false
value: 30
files:
- lion.jpg