changed flag for web-tunnel

This commit is contained in:
dududum561 2017-03-14 20:53:19 +00:00
parent 72b6a2b23e
commit 7806f5b78c
3 changed files with 12 additions and 0 deletions

View 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
View 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
View 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