add zooooooom
This commit is contained in:
parent
6b18178c41
commit
ef2d517b88
5 changed files with 15 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Something seems very strange about [this](crpt_png) strange looking image. Check it out?
|
||||
Something seems very strange about [this](${crpt_png}) strange looking image. Check it out?
|
1
zooooooom/description.md
Normal file
1
zooooooom/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
[Hekkerman](${hekkerman_jpg}) is looking awfully spooky. That hekker glare could pierce a firewall. What can he see that you can't?
|
4
zooooooom/grader.py
Normal file
4
zooooooom/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("d33p_zo0m_HeKker_2c1ae5") != -1:
|
||||
return True, "Ur 1337 now, good job."
|
||||
return False, "NO!!1!11!!!one!1!"
|
BIN
zooooooom/hekkerman.jpg
Normal file
BIN
zooooooom/hekkerman.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
9
zooooooom/problem.yml
Normal file
9
zooooooom/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
author: blockingthesky
|
||||
title: Zooooooom
|
||||
hint: Sometimes there's more than meets the eye.
|
||||
category: Forensics
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 85
|
||||
files:
|
||||
- hekkerman.jpg
|
Loading…
Reference in a new issue