Added qr-1
This commit is contained in:
parent
f80895e5b4
commit
5320f9a77e
4 changed files with 15 additions and 0 deletions
2
qr-1/description.md
Normal file
2
qr-1/description.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
I just saw this QR code the other day, but couldn't tell what data it has. Can you help?
|
||||||
|
[Here](${qr1_bmp}) it is.
|
4
qr-1/grader.py
Normal file
4
qr-1/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, answer):
|
||||||
|
if answer.find("n0w_who-w0u1d_do_thAT_to_Th3ir_QR?") != -1:
|
||||||
|
return True, "Congrats!"
|
||||||
|
return False, "Nope, try again."
|
9
qr-1/problem.yml
Normal file
9
qr-1/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
title: QR 1
|
||||||
|
author: wiresboy
|
||||||
|
category: Forensics
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 100
|
||||||
|
hint: Is the image only black and white?
|
||||||
|
files:
|
||||||
|
- qr1.bmp
|
BIN
qr-1/qr1.bmp
Normal file
BIN
qr-1/qr1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 469 KiB |
Loading…
Reference in a new issue