changed flag for web-tunnel
This commit is contained in:
parent
72b6a2b23e
commit
7806f5b78c
3 changed files with 12 additions and 0 deletions
1
web-tunnel/description.md
Normal file
1
web-tunnel/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
I was just going to search some random cat videos on a Saturday morning when my friend came up to me and told me to reach the end of this [tunnel](http://tunnel.web.easyctf.com). Can you do it for me?
|
4
web-tunnel/grader.py
Normal file
4
web-tunnel/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("y0u_sh0uld_b3_t1r3d_tr4v3ll1ng_all_th1s_w4y") != -1:
|
||||
return True, "Nice job! Your journey was fruitful!"
|
||||
return False, "Nope. Dig deeper."
|
7
web-tunnel/problem.yml
Normal file
7
web-tunnel/problem.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
title: Web Tunnel
|
||||
author: dududum561
|
||||
hint: You should write a script for this. The tunnel goes on too deep for any normal human.
|
||||
category: Web
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 260
|
Loading…
Reference in a new issue