This commit is contained in:
Varsos 2017-03-14 12:49:06 -07:00
commit 72b6a2b23e
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