diff --git a/web-tunnel/description.md b/web-tunnel/description.md deleted file mode 100644 index 96ae9e1..0000000 --- a/web-tunnel/description.md +++ /dev/null @@ -1 +0,0 @@ -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? \ No newline at end of file diff --git a/web-tunnel/grader.py b/web-tunnel/grader.py deleted file mode 100644 index 3e64ac4..0000000 --- a/web-tunnel/grader.py +++ /dev/null @@ -1,4 +0,0 @@ -def grade(random, key): - if key.find("w0w_y0u_reached_th3_3nd_0f_my_tunnel") != -1: - return True, "You have travelled a long distance. Now rest a bit." - return False, "Not even close." diff --git a/web-tunnel/problem.yml b/web-tunnel/problem.yml deleted file mode 100644 index 9f100ea..0000000 --- a/web-tunnel/problem.yml +++ /dev/null @@ -1,7 +0,0 @@ -title: Web Tunnel -author: dududum561 -hint: You should maybe write a script. This may be a little more than what you can handle. -category: Web -autogen: false -programming: false -value: 260 \ No newline at end of file