add my usb problem
This commit is contained in:
parent
3eda5bf97e
commit
25b942c8d0
3 changed files with 14 additions and 0 deletions
1
my-usb/description.md
Normal file
1
my-usb/description.md
Normal 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
4
my-usb/grader.py
Normal 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
9
my-usb/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
title: My USB
|
||||
hint: Sorry, no hint.
|
||||
category: Forensics
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 150
|
||||
files:
|
||||
- usb.img
|
||||
|
Loading…
Reference in a new issue