add blogbox

This commit is contained in:
Jacob Magnuson 2017-03-14 19:44:28 +00:00
parent 4db9fe02d9
commit d65835a439
3 changed files with 11 additions and 0 deletions

1
blogbox/description.md Normal file
View file

@ -0,0 +1 @@
I found another [blog](http://blogbox.web.easyctf.com/)! Do you think you can find a flag on it?

4
blogbox/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(autogen, key):
if key.find("i_cant_GET_n0_s@tisfAct10N") != -1:
return True, "I always knew you could GET it!"
return False, "Keep trying."

6
blogbox/problem.yml Normal file
View file

@ -0,0 +1,6 @@
author: blockingthesky
title: Blogbox
category: Web
autogen: false
programming: false
value: 135