add cookieblog to this one
This commit is contained in:
parent
b3549c94d6
commit
b7b7dfd0b6
3 changed files with 12 additions and 0 deletions
1
cookieblog/description.md
Normal file
1
cookieblog/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
I found the cookie monster's [blog](http://cookieblog.web.easyctf.com)!
|
4
cookieblog/grader.py
Normal file
4
cookieblog/grader.py
Normal 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
7
cookieblog/problem.yml
Normal 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
|
Loading…
Reference in a new issue