add cookieblog to this one

This commit is contained in:
neptunia 2017-03-10 22:25:24 -05:00
parent b3549c94d6
commit b7b7dfd0b6
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
I found the cookie monster's [blog](http://cookieblog.web.easyctf.com)!

4
cookieblog/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.find("yum_c00kies!!!") != -1:
return True, "Yum!"
return False, "Eww..."

7
cookieblog/problem.yml Normal file
View file

@ -0,0 +1,7 @@
title: Cookie Blog
author: neptunia
hint: Where can I find cookies on a website?
category: Web
autogen: false
programming: false
value: 30