add my usb problem

This commit is contained in:
MegaAbsol 2016-10-22 12:21:23 -04:00
parent 3eda5bf97e
commit 25b942c8d0
3 changed files with 14 additions and 0 deletions

1
my-usb/description.md Normal file
View file

@ -0,0 +1 @@
I found my usb from a long time ago. I know there's a flag on there somewhere; can you help me find it?

4
my-usb/grader.py Normal file
View file

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

9
my-usb/problem.yml Normal file
View file

@ -0,0 +1,9 @@
title: My USB
hint: Sorry, no hint.
category: Forensics
autogen: false
programming: false
value: 150
files:
- usb.img