add ziptunnel
This commit is contained in:
parent
97efcc4b17
commit
b3b2df48cb
4 changed files with 14 additions and 0 deletions
1
ziptunnel/description.md
Normal file
1
ziptunnel/description.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Great blazes! Something looks awfully suspicious about this zip file. Can you find out just how deep [the rabbit hole](${level420_zip}) goes?
|
4
ziptunnel/grader.py
Normal file
4
ziptunnel/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, key):
|
||||||
|
if key.find("x4m1n3_uR_z1pp34_PDq_17c4ee3") != -1:
|
||||||
|
return True, "Awesome work! Is it dark down there at the end of the tunnel?"
|
||||||
|
return False, "Nope."
|
BIN
ziptunnel/level420.zip
Normal file
BIN
ziptunnel/level420.zip
Normal file
Binary file not shown.
9
ziptunnel/problem.yml
Normal file
9
ziptunnel/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
author: blockingthesky
|
||||||
|
title: ZIP Tunnel
|
||||||
|
category: Forensics
|
||||||
|
hint: Whenever I go to Subway, I get double ham, wamerican, bacon, lettuce, and mayo. No frills.
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 160
|
||||||
|
files:
|
||||||
|
- level420.zip
|
Loading…
Reference in a new issue